Blacklist Checker

This Handy Tool Checks Blacklists and Whitelists of any Website.

Apa itu Blacklist Checker?

Blacklist Checker adalah ekstensi Chrome yang dikembangkan oleh http://www.unlocktheinbox.com, dan fitur utamanya adalah "This Handy Tool Checks Blacklists and Whitelists of any Website.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Blacklist Checker

Unduh file ekstensi Blacklist Checker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Blacklist Checker Blacklist Checker
ID ngphikhbhliplcdbnfehieilemjkfefc
URL Resmi https://chrome.google.com/webstore/detail/blacklist-checker/ngphikhbhliplcdbnfehieilemjkfefc
Deskripsi This Handy Tool Checks Blacklists and Whitelists of any Website.
Ukuran File 46.95 KB
Jumlah Instalasi 66
Versi Saat Ini 1.1.0.1
Terakhir Diperbarui 2013-08-20
Tanggal Publikasi 2013-08-20
Penilaian 1.00/5 Total 1 Penilaian
Pengembang http://www.unlocktheinbox.com
Tipe Pembayaran free
Situs Ekstensi http:/www.unlocktheinbox.com/
URL Halaman Bantuan http://www.unlocktheinbox.com/resources/chromeextensions/
Bahasa yang Didukung 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"
    ]
}