Drumpfinator++
Add this app to your Chrome browser to make reading new articles great again.
Cos'è Drumpfinator++?
Drumpfinator++ è un'estensione di Chrome sviluppata da McRain, e la sua funzione principale è "Add this app to your Chrome browser to make reading new articles great again.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Drumpfinator++
Scarica i file di estensione Drumpfinator++ 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
Based on the original Drumpfinator, this extension creates replacement names for front running candidates from both parties. The extension and iconography still links to all the Drumpf resources because they should get the original credit. The extension requires permissions on all sites because it has to scan all the text to find references to each of the candidates. The extension does nothing else but this.
Informazioni di Base sull'Estensione
Nome | |
ID | eojeglolelohngdhhddhpogkinjpedpi |
URL Ufficiale | https://chrome.google.com/webstore/detail/drumpfinator++/eojeglolelohngdhhddhpogkinjpedpi |
Descrizione | Add this app to your Chrome browser to make reading new articles great again. |
Dimensione del File | 150 KB |
Conteggio Installazioni | 73 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-03-13 |
Data di Pubblicazione | 2016-03-13 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | McRain |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Drumpfinator++", "version": "1.0", "description": "Add this app to your Chrome browser to make reading new articles great again.", "permissions": [ "http:\/\/*.google.com\/", "http:\/\/*.com\/", "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon.png", "default_title": "Make Donald Drumpf Again!", "default_popup": "popup.html" } } |