Drumpf
Donald Trump -> Donald Drumpf
Cos'è Drumpf?
Drumpf è un'estensione di Chrome sviluppata da brandon.canaday, e la sua funzione principale è "Donald Trump -> Donald Drumpf".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Drumpf
Scarica i file di estensione Drumpf 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
Just a bit of fun. Changes all occurrences of Donald Trump's current surname to his old- and much more fun to say- family surname. It's even better than Drumpfinator (sorry John)!
Informazioni di Base sull'Estensione
Nome | Drumpf |
ID | kekodjhnodpckpicipbflploeipnfggi |
URL Ufficiale | https://chromewebstore.google.com/detail/drumpf/kekodjhnodpckpicipbflploeipnfggi |
Descrizione | Donald Trump -> Donald Drumpf |
Dimensione del File | 68.3 KB |
Conteggio Installazioni | 40 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2017-05-25 |
Data di Pubblicazione | 2017-05-25 |
Valutazione | 3.00/5 Totale 1 Valutazioni |
Sviluppatore | brandon.canaday |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Drumpf", "description": "Donald Trump -> Donald Drumpf", "version": "0.1.0", "browser_action": { "default_icon": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "default_popup": "index.html" }, "content_scripts": [ { "css": [ "css\/main.css" ], "js": [ "js\/drumpf.js" ], "matches": [ "http:\/\/*\/*" ] } ], "permissions": [ "activeTab", "http:\/\/*\/*" ] } |