Trump to Festering Anus
Replaces the text 'Donald Trump' with 'Festering Anus'.
Cos'è Trump to Festering Anus?
Trump to Festering Anus è un'estensione di Chrome sviluppata da Drunken Sasquatch, e la sua funzione principale è "Replaces the text 'Donald Trump' with 'Festering Anus'.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Trump to Festering Anus
Scarica i file di estensione Trump to Festering Anus 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
Do you think that Donald Trump is a mixture of Biff Tannen and a halloween pumpkin in december? Maybe you're just sick of seeing facebook posts from that borderline sociopath you know from high school that you can't bring yourself to unfriend. Maybe you resent the fact that Donald Trump wants to "slow Cosby" America. Does watching around-the-clock CNN coverage of Donald Trump make you feel like David Carradine being slowly strangled by the noose of cheap journalism? Regardless (or irregardless as a Trump supporter might say), you should just install this extension.
Informazioni di Base sull'Estensione
Nome | |
ID | bcgcnhpijehppimfgpodckmnlnlhmeje |
URL Ufficiale | https://chrome.google.com/webstore/detail/trump-to-festering-anus/bcgcnhpijehppimfgpodckmnlnlhmeje |
Descrizione | Replaces the text 'Donald Trump' with 'Festering Anus'. |
Dimensione del File | 26.98 KB |
Conteggio Installazioni | 155 |
Versione Corrente | 1.5 |
Ultimo Aggiornamento | 2015-12-28 |
Data di Pubblicazione | 2015-12-28 |
Valutazione | 4.76/5 Totale 21 Valutazioni |
Sviluppatore | Drunken Sasquatch |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump to Festering Anus", "short_name": "T2A", "version": "1.5", "icons": { "128": "trump-head.png" }, "description": "Replaces the text 'Donald Trump' with 'Festering Anus'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_idle" } ] } |