Brandacted
This extension redacts brand names from most web content, unless I messed something up.
Cos'è Brandacted?
Brandacted è un'estensione di Chrome sviluppata da joeveix, e la sua funzione principale è "This extension redacts brand names from most web content, unless I messed something up.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Brandacted
Scarica i file di estensione Brandacted in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Brandacted takes a list of ~200 brands and replaces them with █████████████ because ██████████ and ███████████████████████████.
Informazioni di Base sull'Estensione
Nome | |
ID | oaeccdidhldlcoepbmaohcdflaeaokjh |
URL Ufficiale | https://chromewebstore.google.com/detail/brandacted/oaeccdidhldlcoepbmaohcdflaeaokjh |
Descrizione | This extension redacts brand names from most web content, unless I messed something up. |
Dimensione del File | 23.32 KB |
Conteggio Installazioni | 14 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-06-18 |
Data di Pubblicazione | 2015-06-18 |
Sviluppatore | joeveix |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.twitter.com/joeveix |
Lingue Supportate | 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" } ] } |