🚫 No Target Blank Firefox

Examine source code of 🚫 No Target Blank

By: mgx
Inspect and view changes in 🚫 No Target Blank source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "🚫 No Target Blank",
  "version": "1.0",
  "description": "A browser extension to remove target='_blank' attributes.",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "removeblanktargets@yourname.com"
    }
  }
}

Best 🚫 No Target Blank Alternatives

Here are some Firefox add-ons that are similar to 🚫 No Target Blank: