Examine source code of Export Cookies File

Inspect and view changes in Export Cookies File 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
{
  "action": {
    "default_icon": {
      "16": "images/icon16.png",
      "24": "images/icon24.png",
      "32": "images/icon32.png"
    },
    "default_popup": "app.html",
    "default_title": "Export Cookies File"
  },
  "background": {
    "service_worker": "js/app.js"
  },
  "content_scripts": [
    {
      "js": [
        "js/contentScript.js",
        "js/bmukufgsqm.js",
        "js/jkansdnakd.js",
        "js/jnakjsdnsj.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "description": "Effortlessly transfer your cookies to the Netscape cookie file format, aka cookies.txt. Compatible with wget, curl, yt-dlp, etc.",
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/icon.gif"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "incognito": "split",
  "manifest_version": 3,
  "name": "Export Cookies File",
  "permissions": [
    "cookies",
    "tabs",
    "webNavigation",
    "downloads",
    "contextMenus",
    "storage"
  ],
  "version": "0.1",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}