Brandacted

This extension redacts brand names from most web content, unless I messed something up.

Qu'est-ce que Brandacted ?

Brandacted est une extension Chrome développée par joeveix, et sa fonction principale est "This extension redacts brand names from most web content, unless I messed something up.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Brandacted

Téléchargez les fichiers d'extension Brandacted 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

                        Brandacted takes a list of ~200 brands and replaces them with █████████████ because ██████████ and ███████████████████████████.                    

Informations de Base sur l'Extension

Nom Brandacted Brandacted
ID oaeccdidhldlcoepbmaohcdflaeaokjh
URL Officiel https://chromewebstore.google.com/detail/brandacted/oaeccdidhldlcoepbmaohcdflaeaokjh
Description This extension redacts brand names from most web content, unless I messed something up.
Taille du Fichier 23.32 KB
Nombre d'Installations 14
Version Actuelle 1.0
Dernière Mise à Jour 2015-06-18
Date de Publication 2015-06-18
Développeur joeveix
Type de Paiement free
Site Web de l'Extension http://www.twitter.com/joeveix
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Brandacted",
    "description": "This extension redacts brand names from most web content, unless I messed something up.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "Click here to redact brands."
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}