Chris Brownout
Chrome extension to scrub Chris Brown from the internet. Permanently.
Cos'è Chris Brownout?
Chris Brownout è un'estensione di Chrome sviluppata da AUX TV, e la sua funzione principale è "Chrome extension to scrub Chris Brown from the internet. Permanently.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chris Brownout
Scarica i file di estensione Chris Brownout 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
Making the internet Chris Brown free. Developed by Aux Labs (aka AUX TV) [Official website: http://www.aux.tv/]. This is Greg Leuch's javascript files modified by Roman Swietlik (@romanswietlik) and packaged into a Chrome Extension. Credits: Greg Leuch (@gleuch - http://www.gleuch.com) Original Shaved Bieber - http://fffff.at/shaved-bieber This extension is to scrub the internet of Chris Brown.
Informazioni di Base sull'Estensione
Nome | |
ID | dojkjfhfkloklnmbdlocgfkonkmaocca |
URL Ufficiale | https://chrome.google.com/webstore/detail/chris-brownout/dojkjfhfkloklnmbdlocgfkonkmaocca |
Descrizione | Chrome extension to scrub Chris Brown from the internet. Permanently. |
Dimensione del File | 309 KB |
Conteggio Installazioni | 60 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2012-09-12 |
Data di Pubblicazione | 2012-09-12 |
Valutazione | 3.26/5 Totale 19 Valutazioni |
Sviluppatore | AUX TV |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://aux.tv/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chris Brownout", "description": "Chrome extension to scrub Chris Brown from the internet. Permanently.", "manifest_version": 2, "background": { "page": "background.html" }, "content_scripts": [ { "all_frames": true, "js": [ "jquery-latest.js", "brownout.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "icons": { "16": "icons\/chrisbrownout_16.jpg", "32": "icons\/chrisbrownout_32.jpg", "48": "icons\/chrisbrownout_48.jpg", "64": "icons\/chrisbrownout_64.jpg", "128": "icons\/chrisbrownout_128.png", "256": "icons\/chrisbrownout_256.jpg" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.1.1" } |