Decode On Copy Firefox

Examine source code of Decode On Copy

Inspect and view changes in Decode On Copy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Decode On Copy",
  "description": "Automatically base64 decodes any text copied to the clipboard if that text can be decoded to a valid URL.",
  "version": "1.1resigned1",
  "applications": {
    "gecko": {
      "id": "decodeandcopy@decodeandcopy.com"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "index.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "clipboardWrite"
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "19": "icons/icon-19.png",
    "38": "icons/icon-38.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  }
}

Best Decode On Copy Alternatives

Here are some Firefox add-ons that are similar to Decode On Copy: