Clipboard Access Notifier Firefox

Examine source code of Clipboard Access Notifier

Inspect and view changes in Clipboard Access Notifier source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Clipboard Access Notifier",
  "version": "1.0",
  "description": "Notifies when a webpage tries to access the clipboard.",
  "permissions": [
    "tabs",
    "activeTab",
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b217f1c7-a858-46a4-94ea-41fc81dc07da}"
    }
  }
}

Best Clipboard Access Notifier Alternatives

Here are some Firefox add-ons that are similar to Clipboard Access Notifier: