Blacklist Checker

This Handy Tool Checks Blacklists and Whitelists of any Website.

Cos'è Blacklist Checker?

Blacklist Checker è un'estensione di Chrome sviluppata da http://www.unlocktheinbox.com, e la sua funzione principale è "This Handy Tool Checks Blacklists and Whitelists of any Website.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Blacklist Checker

Scarica i file di estensione Blacklist Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Blacklist Checker Blacklist Checker
ID ngphikhbhliplcdbnfehieilemjkfefc
URL Ufficiale https://chrome.google.com/webstore/detail/blacklist-checker/ngphikhbhliplcdbnfehieilemjkfefc
Descrizione This Handy Tool Checks Blacklists and Whitelists of any Website.
Dimensione del File 46.95 KB
Conteggio Installazioni 66
Versione Corrente 1.1.0.1
Ultimo Aggiornamento 2013-08-20
Data di Pubblicazione 2013-08-20
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore http://www.unlocktheinbox.com
Tipo di Pagamento free
Sito Web dell'Estensione http:/www.unlocktheinbox.com/
URL della Pagina di Aiuto http://www.unlocktheinbox.com/resources/chromeextensions/
Lingue Supportate 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"
    ]
}