Show Cookie value

Show Cookie value

Show the value of a specified cookie if present.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Show Cookie value",
  "manifest_version": 3,
  "version": "1.2",
  "description": "Show the value of a specified cookie if present.",
  "permissions": [
    "cookies",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/icons/icon16.grey.png",
      "32": "/icons/icon32.png",
      "48": "/icons/icon48.png",
      "128": "/icons/icon128.png"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}