Donald Hamburgler
Replace Trump with Hamburgler to make the news easier to read
Cos'è Donald Hamburgler?
Donald Hamburgler è un'estensione di Chrome sviluppata da dceu, e la sua funzione principale è "Replace Trump with Hamburgler to make the news easier to read".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Donald Hamburgler
Scarica i file di estensione Donald Hamburgler 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
Making the news easier to read. Science. https://github.com/rxall/donald-hamburgler
Informazioni di Base sull'Estensione
Nome | Donald Hamburgler |
ID | eeokommaohmmdicndonhmkaagpcjjihl |
URL Ufficiale | https://chromewebstore.google.com/detail/donald-hamburgler/eeokommaohmmdicndonhmkaagpcjjihl |
Descrizione | Replace Trump with Hamburgler to make the news easier to read |
Dimensione del File | 42.51 KB |
Conteggio Installazioni | 10 |
Versione Corrente | 0.6 |
Ultimo Aggiornamento | 2015-12-21 |
Data di Pubblicazione | 2015-12-21 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | dceu |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.danclifford.eu |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Donald Hamburgler", "description": "Replace Trump with Hamburgler to make the news easier to read", "version": "0.6", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |