External Links Bold Firefox

Examine source code of External Links Bold

Inspect and view changes in External Links Bold source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "External Links Bold",
  "version": "1.0",
  "description": "Bold external links on webpages.",
  "icons": {
    "48": "icon.png"
  },
  "browser_action": {
    "default_icon": {
      "48": "icon.png"
    },
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f33d0a1b-c9c1-4eda-8f30-501e5874d103}"
    }
  }
}

Best External Links Bold Alternatives

Here are some Firefox add-ons that are similar to External Links Bold: