Link Status Redux Firefox

Examine source code of Link Status Redux

Inspect and view changes in Link Status Redux source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "__MSG_extensionDescription__",
  "manifest_version": 2,
  "default_locale": "en",
  "name": "Link Status Redux",
  "version": "3.21",
  "author": "Juha Aatrokoski",
  "icons": {
    "32": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "linkstatus@jha.iki.fi",
      "strict_min_version": "71.0"
    }
  },
  "permissions": [
    "bookmarks",
    "history",
    "storage",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "defaults.js",
      "iframe.js",
      "plurals.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "iframe.js",
        "content.js"
      ],
      "run_at": "document_end",
      "match_about_blank": true,
      "all_frames": true
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true,
    "browser_style": true
  }
}

Best Link Status Redux Alternatives

Here are some Firefox add-ons that are similar to Link Status Redux: