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
官方網址 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"
    ]
}