Blacklist Checker

This Handy Tool Checks Blacklists and Whitelists of any Website.

Hvad er Blacklist Checker?

Blacklist Checker er en Chrome-udvidelse udviklet af http://www.unlocktheinbox.com, og dens hovedfunktion er "This Handy Tool Checks Blacklists and Whitelists of any Website.".

Udvidelsesskærmbilleder

screenshot

Download Blacklist Checker-udvidelses-CRX-fil

Download Blacklist Checker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Blacklist Checker Blacklist Checker
ID ngphikhbhliplcdbnfehieilemjkfefc
Officiel URL https://chrome.google.com/webstore/detail/blacklist-checker/ngphikhbhliplcdbnfehieilemjkfefc
Beskrivelse This Handy Tool Checks Blacklists and Whitelists of any Website.
Filstørrelse 46.95 KB
Antal Installationer 66
Nuværende Version 1.1.0.1
Senest Opdateret 2013-08-20
Udgivelsesdato 2013-08-20
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler http://www.unlocktheinbox.com
Betalingsmetode free
Udvidelseswebsted http:/www.unlocktheinbox.com/
Hjælpeside-URL http://www.unlocktheinbox.com/resources/chromeextensions/
Understøttede Sprog 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"
    ]
}