Link Opening Settings Firefox

Examine source code of Link Opening Settings

Inspect and view changes in Link Opening Settings source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "default_locale": "en",
  "name": "__MSG_extensionName__",
  "version": "0.0.24",
  "description": "__MSG_extensionDescription__",
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "storage",
    "contextMenus",
    "clipboardRead",
    "clipboardWrite",
    "tabs",
    "activeTab",
    "identity",
    "identity.email"
  ],
  "background": {
    "scripts": [
      "background.iife.js"
    ],
    "type": "module"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "js": [
        "content-ui/index.iife.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*.js",
        "*.css",
        "*.svg",
        "icon-128.png",
        "icon-34.png"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "options_ui": {
    "page": "options/index.html",
    "browser_style": false
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "LinkOpeningSettings@example.com",
      "strict_min_version": "109.0"
    }
  }
}

Melhores alternativas Link Opening Settings

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