Simple Allow Copy Firefox

Examine source code of Simple Allow Copy

Inspect and view changes in Simple Allow Copy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Simple Allow Copy",
  "version": "0.8.2",
  "description": "Allow Copy on every websites",
  "browser_specific_settings": {
    "gecko": {
      "id": "FallenMax@gmail.com",
      "strict_min_version": "42.0"
    }
  },
  "icons": {
    "16": "icons/active.png",
    "48": "icons/active.png",
    "128": "icons/active.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/inactive.png"
    },
    "default_title": "Allow Copy"
  },
  "background": {
    "scripts": [
      "background/proxy.js",
      "background/config.js",
      "background/index.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content_scripts/proxy.js",
        "content_scripts/unlocker.js",
        "content_scripts/index.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "storage",
    "tabs"
  ],
  "author": "FallenMax@gmail.com"
}

Best Simple Allow Copy Alternatives

Here are some Firefox add-ons that are similar to Simple Allow Copy: