DonaldTheDuck Browser Extension
This extension replaces all mentions and images of Donald Trump with Donald Duck
Cos'è DonaldTheDuck Browser Extension?
DonaldTheDuck Browser Extension è un'estensione di Chrome sviluppata da dimitry, e la sua funzione principale è "This extension replaces all mentions and images of Donald Trump with Donald Duck".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DonaldTheDuck Browser Extension
Scarica i file di estensione DonaldTheDuck Browser Extension 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 all the news about the recent elections? This extension can help. It eliminates all mentions of Trump with the word Duck and attempts to replace all images of the former with images of the latter. With, at times, hilarious results.
Informazioni di Base sull'Estensione
Nome | |
ID | hbaodmapbjfloappbhnnbclgiifhhpkc |
URL Ufficiale | https://chrome.google.com/webstore/detail/donaldtheduck-browser-ext/hbaodmapbjfloappbhnnbclgiifhhpkc |
Descrizione | This extension replaces all mentions and images of Donald Trump with Donald Duck |
Dimensione del File | 1.38 MB |
Conteggio Installazioni | 17 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-11-27 |
Data di Pubblicazione | 2016-11-27 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | dimitry |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DonaldTheDuck Browser Extension", "description": "This extension replaces all mentions and images of Donald Trump with Donald Duck", "version": "1.0", "icons": { "400": "assets\/icon.png" }, "web_accessible_resources": [ "assets\/*" ], "browser_action": { "default_icon": "assets\/icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [], "js": [ "assets\/mezr.min.js", "includes\/constants.js", "includes\/utils.js", "content.js" ] } ], "permissions": [ "activeTab", "tabs", "storage", "http:\/\/*\/", "https:\/\/*\/", "https:\/\/ajax.googleapis.com\/" ] } |