Blacklist Checker

This Handy Tool Checks Blacklists and Whitelists of any Website.

Vad är Blacklist Checker?

Blacklist Checker är en Chrome-tillägg utvecklad av http://www.unlocktheinbox.com, och dess huvudfunktion är "This Handy Tool Checks Blacklists and Whitelists of any Website.".

Tilläggsskärmbilder

screenshot

Ladda ner Blacklist Checker-förlängningens CRX-fil

Ladda ner Blacklist Checker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Blacklist Checker Blacklist Checker
ID ngphikhbhliplcdbnfehieilemjkfefc
Officiell webbadress https://chrome.google.com/webstore/detail/blacklist-checker/ngphikhbhliplcdbnfehieilemjkfefc
Beskrivning This Handy Tool Checks Blacklists and Whitelists of any Website.
Filstorlek 46.95 KB
Antal Installationer 66
Aktuell Version 1.1.0.1
Senast Uppdaterad 2013-08-20
Publiceringsdatum 2013-08-20
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare http://www.unlocktheinbox.com
Betalningssätt free
Tilläggswebbplats http:/www.unlocktheinbox.com/
Hjälpsida URL http://www.unlocktheinbox.com/resources/chromeextensions/
Stödda Språk 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"
    ]
}