Link Protector Firefox

Examine source code of Link Protector

Por: Leonardo
Inspect and view changes in Link Protector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "0.1.4",
  "manifest_version": 3,
  "name": "Link Protector",
  "permissions": [
    "storage"
  ],
  "homepage_url": "https://mybrowseraddon.com/link-protector.html",
  "description": "Adds the noopener attribute to links (third-party only) and prevents websites from accessing the opener window.",
  "commands": {
    "_execute_action": {}
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "109.0",
      "id": "{236df3be-1ffd-41b2-9230-e9f3216718d7}"
    }
  },
  "background": {
    "scripts": [
      "lib/config.js",
      "lib/chrome.js",
      "lib/runtime.js",
      "lib/common.js"
    ]
  },
  "action": {
    "default_title": "Link Protector",
    "default_icon": {
      "16": "data/icons/16.png",
      "32": "data/icons/32.png",
      "48": "data/icons/48.png",
      "64": "data/icons/64.png"
    }
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_start",
      "js": [
        "data/content_script/inject.js"
      ]
    }
  ],
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  }
}

Melhores alternativas Link Protector

Aqui estão algumas Firefox add-ons que são similares a Link Protector: