Clear Resource Link Firefox

Examine source code of Clear Resource Link

Inspect and view changes in Clear Resource Link source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Clear Links",
  "version": "4.2.0",
  "author": "Christopher Bull",
  "description": "Makes website links more transparent and accessible, enhancing your awareness of your navigational security and privacy.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{2991b8af-f7a4-4773-9d89-07a76ad1e6c3}",
      "strict_min_version": "112.0"
    }
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "scripting",
    "storage",
    "webNavigation"
  ],
  "host_permissions": [
    "http://*/",
    "https://*/"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/*",
        "contentScript.css",
        "contentScript.js",
        "contentScriptSharedLib.js",
        "defaultSettings.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    },
    "default_title": "Clear Links",
    "default_popup": "action-popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "options_ui": {
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScriptActivationFilter.js"
      ],
      "run_at": "document_start"
    }
  ]
}

Best Clear Resource Link Alternatives

Here are some Firefox add-ons that are similar to Clear Resource Link: