Blacklist Checker

This Handy Tool Checks Blacklists and Whitelists of any Website.

Qu'est-ce que Blacklist Checker ?

Blacklist Checker est une extension Chrome développée par http://www.unlocktheinbox.com, et sa fonction principale est "This Handy Tool Checks Blacklists and Whitelists of any Website.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Blacklist Checker

Téléchargez les fichiers d'extension Blacklist Checker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Blacklist Checker Blacklist Checker
ID ngphikhbhliplcdbnfehieilemjkfefc
URL Officiel https://chrome.google.com/webstore/detail/blacklist-checker/ngphikhbhliplcdbnfehieilemjkfefc
Description This Handy Tool Checks Blacklists and Whitelists of any Website.
Taille du Fichier 46.95 KB
Nombre d'Installations 66
Version Actuelle 1.1.0.1
Dernière Mise à Jour 2013-08-20
Date de Publication 2013-08-20
Évaluation 1.00/5 Total 1 Évaluations
Développeur http://www.unlocktheinbox.com
Type de Paiement free
Site Web de l'Extension http:/www.unlocktheinbox.com/
URL de la Page d'Aide http://www.unlocktheinbox.com/resources/chromeextensions/
Langues Prises en Charge 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"
    ]
}