Malware Detection Tool Firefox

Examine source code of Malware Detection Tool

提供元: Don Shelton Add-on
Inspect and view changes in Malware Detection Tool source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Malware Detection Tool",
  "description": "An extension to detect and alert users about malware on websites.",
  "version": "2.0",
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "permissions": [
    "activeTab",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "notifications",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "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",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{c641999d-0da7-4d00-85bc-e11bb3f51c6f}"
    }
  }
}

ベストのMalware Detection Tool代替案

Malware Detection Toolに類似したFirefox add-onをいくつか紹介します: