Some Circus Clown
An extension that replaces 'Ben Carson' with 'some circus clown'
Cos'è Some Circus Clown?
Some Circus Clown è un'estensione di Chrome sviluppata da kathleenburk08, e la sua funzione principale è "An extension that replaces 'Ben Carson' with 'some circus clown'".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Some Circus Clown
Scarica i file di estensione Some Circus Clown 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
An extension that replaces 'Ben Carson' with 'some circus clown' Version 1.0 Refactored code Version 0.2 Working code! Replaces 'Carson' with 'the circus clown', 'Dr. Ben Carson' with 'Dr. Circus Clown', and 'Dr. Benjamin Carson' with 'Dr. Barnum and Bailey Circus Clown Supreme'. Version 0.1 Test run, not working
Informazioni di Base sull'Estensione
Nome | Some Circus Clown |
ID | iaamcepimkmnknomgcodjeihafpnfhmf |
URL Ufficiale | https://chromewebstore.google.com/detail/some-circus-clown/iaamcepimkmnknomgcodjeihafpnfhmf |
Descrizione | An extension that replaces 'Ben Carson' with 'some circus clown' |
Dimensione del File | 34.78 KB |
Conteggio Installazioni | 14 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-11-09 |
Data di Pubblicazione | 2015-11-08 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | kathleenburk08 |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Some Circus Clown", "description": "An extension that replaces 'Ben Carson' with 'some circus clown'", "version": "1.0", "icons": { "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |