Duckify
This updated version of Duckify not only erases Trump's name from your browser, but his ugly mug too!
Cos'è Duckify?
Duckify è un'estensione di Chrome sviluppata da devon.wieczorek93, e la sua funzione principale è "This updated version of Duckify not only erases Trump's name from your browser, but his ugly mug too!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Duckify
Scarica i file di estensione Duckify 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
Tired of your news pages being filled with America's most villainous Presidential Candidate? Duckify allows you to remove any instance of him from the web and replace it with everyone's favorite duck! New version includes image swap and updated search criteria. Feel free to contact me with any suggestions or feedback! (Developer feedback is especially helpful). Of course, if you'd like to modify this extension or build on top of it, hack away!
Informazioni di Base sull'Estensione
Nome | |
ID | afjeijkfobmcgjpflphnpcbbflkjipll |
URL Ufficiale | https://chrome.google.com/webstore/detail/duckify/afjeijkfobmcgjpflphnpcbbflkjipll |
Descrizione | This updated version of Duckify not only erases Trump's name from your browser, but his ugly mug too! |
Dimensione del File | 89.47 KB |
Conteggio Installazioni | 14 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2016-07-11 |
Data di Pubblicazione | 2016-07-11 |
Sviluppatore | devon.wieczorek93 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Duckify", "description": "This updated version of Duckify not only erases Trump's name from your browser, but his ugly mug too!", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_title": "Duckify" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery-3.0.0.js", "text.js", "image.js" ], "run_at": "document_idle" } ], "permissions": [ "activeTab", "webNavigation", "*:\/\/*\/*" ] } |