Blacklist Checker

This Handy Tool Checks Blacklists and Whitelists of any Website.

Blacklist Checkerคืออะไร?

Blacklist Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.unlocktheinbox.com และคุณลักษณะหลักของมันคือ "This Handy Tool Checks Blacklists and Whitelists of any Website."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Blacklist Checker

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}