Trump Means Fart in England
A simple Chrome extension that converts the abomination Trump into RACISTBIGOTDICKFACE
Cos'è Trump Means Fart in England?
Trump Means Fart in England è un'estensione di Chrome sviluppata da MKJT, e la sua funzione principale è "A simple Chrome extension that converts the abomination Trump into RACISTBIGOTDICKFACE".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Trump Means Fart in England
Scarica i file di estensione Trump Means Fart in England 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
Built for and by Americans (Mary Toves & Josh Paialii), this simple tool allows you to replace the word "Trump" with "RACISTBIGOTDICKFACE." Sorry, right now we do not support translation into Mexican, Canadian, Un-American English, or any other foreign languages. Informazioni di Base sull'Estensione
| Nome | |
| ID | idopppoafhlocdaaafdedagpjfmofhbg |
| URL Ufficiale | https://chromewebstore.google.com/detail/trump-means-fart-in-engla/idopppoafhlocdaaafdedagpjfmofhbg |
| Descrizione | A simple Chrome extension that converts the abomination Trump into RACISTBIGOTDICKFACE |
| Dimensione del File | 3.58 KB |
| Conteggio Installazioni | 11 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2015-09-18 |
| Data di Pubblicazione | 2015-09-17 |
| Valutazione | 3.00/5 Totale 2 Valutazioni |
| Sviluppatore | MKJT |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://marytoves.com |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Trump Means Fart in England",
"description": "A simple Chrome extension that converts the abomination Trump into RACISTBIGOTDICKFACE",
"version": "0.1",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |