Examine source code of Open Cookie Getter

Inspect and view changes in Open Cookie Getter source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "name": "Open Cookie Getter",
  "version": "0.0.0.1",
  "description": "Extension for download netscape format",
  "author": "Alcyone",
  "action": {
    "default_popup": "popup.html",
    "default_title": "COOKIES",
    "default_icon": "img/icon_64.png"
  },
  "permissions": [
    "cookies",
    "scripting",
    "storage",
    "tabs",
    "activeTab"
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*",
    "<all_urls>"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}