Links Safety Checker Firefox

Examine source code of Links Safety Checker

Inspect and view changes in Links Safety Checker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Links Safety Checker",
  "description": "Check external links against a safety service before navigation",
  "version": "1.0",
  "icons": {
    "64": "icons/icons-64.png",
    "128": "icons/icons-128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{b9f83eba-475b-499e-ba4d-ed44afa69654}",
      "strict_min_version": "90.0"
    }
  }
}

Best Links Safety Checker Alternatives

Here are some Firefox add-ons that are similar to Links Safety Checker: