Blacklist Checker

This Handy Tool Checks Blacklists and Whitelists of any Website.

什么是Blacklist Checker?

Blacklist Checker是由http://www.unlocktheinbox.com开发的Chrome扩展程序,该扩展的主要功能是“This Handy Tool Checks Blacklists and Whitelists of any Website.”。

扩展截图

screenshot

下载Blacklist Checker扩展crx文件

下载Blacklist Checker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Quickly Check any website you browse to and scan them to see which BLACKLISTS and WHITELISTS they are one.                    

扩展基本信息

名称 Blacklist Checker Blacklist Checker
ID ngphikhbhliplcdbnfehieilemjkfefc
官方URL https://chrome.google.com/webstore/detail/blacklist-checker/ngphikhbhliplcdbnfehieilemjkfefc
简介 This Handy Tool Checks Blacklists and Whitelists of any Website.
文件大小 46.95 KB
安装次数 66
当前版本 1.1.0.1
更新时间 2013-08-20
上架时间 2013-08-20
评分 1.00/5 共1次评分
开发者 http://www.unlocktheinbox.com
付费类型 free
扩展官网 http:/www.unlocktheinbox.com/
帮助页面URL http://www.unlocktheinbox.com/resources/chromeextensions/
支持的语言 en-US
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": [
                ""
            ],
            "js": [
                "js\/myscript.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/webservice.unlocktheinbox.com\/*",
        "contextMenus",
        "tabs",
        "activeTab"
    ]
}