Trump2Poop
Wipe out images of Donald Trump and replace them with a friendlier looking turd. Doesn't work for every site just yet.
Cos'è Trump2Poop?
Trump2Poop è un'estensione di Chrome sviluppata da Steve M. Romain, e la sua funzione principale è "Wipe out images of Donald Trump and replace them with a friendlier looking turd. Doesn't work for every site just yet.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Trump2Poop
Scarica i file di estensione Trump2Poop 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
Wipe out images of Donald Trump and replace them with a friendlier looking turd. Often has unintended results. Doesn't work for every site, yet. Also, slideshows are kind of wonky. But I built this in an hour, it'll get better. Or stinkier. Whatever, man. Uninstall it from the Extensions menu, chrome://extensions, if you want to be confronted by Trump some more. Also, this is a goof. Please don't get mad or weird about it. K, thanx.
Informazioni di Base sull'Estensione
Nome | |
ID | kdkbjajjmloepgdifkhfcnjibpheholg |
URL Ufficiale | https://chrome.google.com/webstore/detail/trump2poop/kdkbjajjmloepgdifkhfcnjibpheholg |
Descrizione | Wipe out images of Donald Trump and replace them with a friendlier looking turd. Doesn't work for every site just yet. |
Dimensione del File | 102 KB |
Conteggio Installazioni | 90 |
Versione Corrente | 0.0.1.1 |
Ultimo Aggiornamento | 2015-08-10 |
Data di Pubblicazione | 2015-08-10 |
Valutazione | 4.82/5 Totale 11 Valutazioni |
Sviluppatore | Steve M. Romain |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trump2Poop", "version": "0.0.1.1", "manifest_version": 2, "description": "Wipe out images of Donald Trump and replace them with a friendlier looking turd. Doesn't work for every site just yet.", "icons": { "16": "images\/poop2.16.png", "48": "images\/poop2.48.png", "128": "images\/poop2.128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "images\/poop1.jpg", "images\/poop2.jpg" ] } |