Link Safety Checker Firefox

Examine source code of Link Safety Checker

Inspect and view changes in Link Safety Checker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Link Safety Checker",
  "version": "1.1",
  "description": "Checks the safety of links before opening them with expanded features.",
  "permissions": [
    "contextMenus",
    "tabs",
    "storage",
    "notifications",
    "activeTab",
    "https://*/",
    "http://*/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/logo_32.png",
      "64": "icons/logo_64.png",
      "128": "icons/logo_128.png"
    }
  },
  "options_page": "options.html",
  "browser_specific_settings": {
    "gecko": {
      "id": "{c48ac892-33f4-4cc7-9863-89d34ab96923}"
    }
  }
}

Best Link Safety Checker Alternatives

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