Link Highlighter (MV2) Firefox

Examine source code of Link Highlighter (MV2)

By: H3BET Add-on
Inspect and view changes in Link Highlighter (MV2) source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Link Highlighter (MV2)",
  "version": "1.0.0",
  "description": "One-click highlight of all links on the current page, with a customizable outline width. Uses activeTab to inject only on user action.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{62dbeccc-5227-463d-b5cb-3c39ceee2ab8}",
      "strict_min_version": "91.0"
    }
  },
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Highlight links",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true,
    "open_in_tab": false
  }
}

Best Link Highlighter (MV2) Alternatives

Here are some Firefox add-ons that are similar to Link Highlighter (MV2):