Brandacted
This extension redacts brand names from most web content, unless I messed something up.
Wat is Brandacted?
Brandacted is een Chrome-extensie ontwikkeld door joeveix, en de belangrijkste functie is "This extension redacts brand names from most web content, unless I messed something up.".
Extensie Screenshots
Download het CRX-bestand van de extensie Brandacted
Download Brandacted-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Brandacted takes a list of ~200 brands and replaces them with █████████████ because ██████████ and ███████████████████████████.
Basisinformatie over de Extensie
Naam | |
ID | oaeccdidhldlcoepbmaohcdflaeaokjh |
Officiële URL | https://chromewebstore.google.com/detail/brandacted/oaeccdidhldlcoepbmaohcdflaeaokjh |
Beschrijving | This extension redacts brand names from most web content, unless I messed something up. |
Bestandsgrootte | 23.32 KB |
Aantal Installaties | 14 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-06-18 |
Publicatiedatum | 2015-06-18 |
Ontwikkelaar | joeveix |
Betalingswijze | free |
Extensiewebsite | http://www.twitter.com/joeveix |
Ondersteunde Talen | 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" } ] } |