Umbridgizer
This extension will turn the words 'Donald Trump' into 'Dolores Umbridge'.
Cos'è Umbridgizer?
Umbridgizer è un'estensione di Chrome sviluppata da egdirbmu, e la sua funzione principale è "This extension will turn the words 'Donald Trump' into 'Dolores Umbridge'.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Umbridgizer
Scarica i file di estensione Umbridgizer 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
This extension turns Donald Trump into Hogwarts teacher Dolores Umbridge. Because somehow that just seems right.
Informazioni di Base sull'Estensione
Nome | Umbridgizer |
ID | fcnmedblgeflkchhbgdfjkccjodaghli |
URL Ufficiale | https://chromewebstore.google.com/detail/umbridgizer/fcnmedblgeflkchhbgdfjkccjodaghli |
Descrizione | This extension will turn the words 'Donald Trump' into 'Dolores Umbridge'. |
Dimensione del File | 4.45 KB |
Conteggio Installazioni | 18 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2016-03-03 |
Data di Pubblicazione | 2016-03-02 |
Valutazione | 4.50/5 Totale 8 Valutazioni |
Sviluppatore | egdirbmu |
[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": "Umbridgizer", "description": "This extension will turn the words 'Donald Trump' into 'Dolores Umbridge'.", "version": "1.1", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "muggle.js" ] } ], "browser_action": { "default_icon": "kitty.png" }, "short_name": "Umbridge" } |