MalwareGone Firefox

Examine source code of MalwareGone

Inspect and view changes in MalwareGone source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "MalwareGone",
  "description": "Detecting and Blocking malicious IP",
  "version": "1.0",
  "author": "Sahil Bararia and Team",
  "background": {
    "scripts": [
      "background.js",
      "background1.js",
      "unshorten.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery-3.1.1.min.js",
        "content.js"
      ]
    }
  ],
  "icons": {
    "48": "/icon/red(32).png",
    "128": "/icon/red(128).png"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "storage",
    "activeTab",
    "https://ajax.googleapis.com/",
    "contextMenus",
    "http://*/",
    "https://*/"
  ],
  "options_ui": {
    "page": "/html/options.html",
    "chrome_style": true,
    "open_in_tab": false
  },
  "web_accessible_resources": [
    "src/options/options.html"
  ],
  "browser_action": {
    "default_icon": "/icon/blue(32).png",
    "default_popup": "/html/popup.html",
    "default_title": "MalwareGone"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{ab75c1a0-e6fb-425c-b79a-b5708338024f}"
    }
  }
}

Meilleures alternatives MalwareGone

Voici quelques Firefox add-ons qui sont similaires à MalwareGone :