Malicious Link Detector Firefox

Examine source code of Malicious Link Detector

Inspect and view changes in Malicious Link Detector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Malicious Link Detector",
  "version": "1.2",
  "description": "Automatically detects and warns about malicious links in emails.",
  "permissions": [
    "activeTab",
    "storage",
    "notifications",
    "https://safebrowsing.googleapis.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://mail.google.com/*",
        "*://outlook.live.com/*"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/logo_32.png",
      "64": "icons/logo_64.png",
      "128": "icons/logo_128.png"
    }
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{71a4251d-dcd7-44b5-bae0-7f9f72a99815}"
    }
  }
}

Best Malicious Link Detector Alternatives

Here are some Firefox add-ons that are similar to Malicious Link Detector: