Blacklist Checker

Blacklist Checker

This Handy Tool Checks Blacklists and Whitelists of any Website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Blacklist Checker",
  "version": "1.1.0.1",
  "manifest_version": 2,
  "description": "This Handy Tool Checks Blacklists and Whitelists of any Website.",
  "browser_action": {
    "default_icon": "images/unlock_bl_logo.png",
    "default_popup": "popup.html"
  },
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/myscript.js"
      ]
    }
  ],
  "permissions": [
    "http://*/*",
    "https://*/*",
    "http://webservice.unlocktheinbox.com/*",
    "contextMenus",
    "tabs",
    "activeTab"
  ]
}