Blacklist Checker

This Handy Tool Checks Blacklists and Whitelists of any Website.

Wat is Blacklist Checker?

Blacklist Checker is een Chrome-extensie ontwikkeld door http://www.unlocktheinbox.com, en de belangrijkste functie is "This Handy Tool Checks Blacklists and Whitelists of any Website.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Blacklist Checker

Download Blacklist Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Blacklist Checker Blacklist Checker
ID ngphikhbhliplcdbnfehieilemjkfefc
Officiële URL https://chrome.google.com/webstore/detail/blacklist-checker/ngphikhbhliplcdbnfehieilemjkfefc
Beschrijving This Handy Tool Checks Blacklists and Whitelists of any Website.
Bestandsgrootte 46.95 KB
Aantal Installaties 66
Huidige Versie 1.1.0.1
Laatst Bijgewerkt 2013-08-20
Publicatiedatum 2013-08-20
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://www.unlocktheinbox.com
Betalingswijze free
Extensiewebsite http:/www.unlocktheinbox.com/
Help Pagina-URL http://www.unlocktheinbox.com/resources/chromeextensions/
Ondersteunde Talen 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"
    ]
}