Copy Anywhere & Focus Blocker Firefox

Examine source code of Copy Anywhere & Focus Blocker

Inspect and view changes in Copy Anywhere & Focus Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "QOL - Copy Anywhere & Focus Blocker",
  "version": "1.0.3",
  "description": "Adds scripts to block focus tracking and enable copying",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "utils.js",
        "focusBlocker.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "copyEnabler.js"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "icon.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{05ddf567-6fbb-4ae4-992f-20c3fc56f53f}"
    }
  }
}

Best Copy Anywhere & Focus Blocker Alternatives

Here are some Firefox add-ons that are similar to Copy Anywhere & Focus Blocker: