Text Selection Unblocker Firefox

Examine source code of Text Selection Unblocker

Inspect and view changes in Text Selection Unblocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Text Selection Unblocker",
  "version": "1.0",
  "description": "Allows text selection by overriding user-select CSS property.",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "script.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "icons": {
    "48": "icons/icon.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{44d5ee1f-5256-444f-a3b4-8289d70481ae}"
    }
  }
}

Best Text Selection Unblocker Alternatives

Here are some Firefox add-ons that are similar to Text Selection Unblocker: