Highlight All Links Firefox

Examine source code of Highlight All Links

By: Thuan
Inspect and view changes in Highlight All Links source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Highlight All Links",
  "version": "1.0",
  "description": "Tô vàng tất cả các liên kết (thẻ <a>) trong trang web.",
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "thuan27@gmail.com",
      "strict_min_version": "109.0"
    }
  },
  "icons": {
    "48": "lienket.png"
  }
}

Best Highlight All Links Alternatives

Here are some Firefox add-ons that are similar to Highlight All Links: