President Shit-gibbon
Replaces Donald Trumps name with his correct title
Cos'è President Shit-gibbon?
President Shit-gibbon è un'estensione di Chrome sviluppata da qilz, e la sua funzione principale è "Replaces Donald Trumps name with his correct title".
Scarica il file CRX dell'estensione President Shit-gibbon
Scarica i file di estensione President Shit-gibbon 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
Replaces "Donald Trump", "Donald J Trump", "Donald J. Trump", and "Donald John Trump" with "President Shit-gibbon" Replaces "Trump" with "Shit-gibbon"
Informazioni di Base sull'Estensione
Nome | |
ID | kkhbjkhecpfblklmjbaebmnagaligaim |
URL Ufficiale | https://chrome.google.com/webstore/detail/president-shit-gibbon/kkhbjkhecpfblklmjbaebmnagaligaim |
Descrizione | Replaces Donald Trumps name with his correct title |
Dimensione del File | 3.59 KB |
Conteggio Installazioni | 26 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2017-02-10 |
Data di Pubblicazione | 2017-02-10 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | qilz |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "President Shit-gibbon", "description": "Replaces Donald Trumps name with his correct title", "version": "1.2", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |