h3h3 Theme - Ethan's Dance
For them spontaneous moments when you just need Ethan Klein dancing around your screen
Cos'è h3h3 Theme - Ethan's Dance?
h3h3 Theme - Ethan's Dance è un'estensione di Chrome sviluppata da Blinno, e la sua funzione principale è "For them spontaneous moments when you just need Ethan Klein dancing around your screen".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione h3h3 Theme - Ethan's Dance
Scarica i file di estensione h3h3 Theme - Ethan's Dance 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
Ethan Klein, from h3h3 productions, dancing to the full theme song. NOTE: Still cant get the greenscreen to work properly.
Informazioni di Base sull'Estensione
Nome | |
ID | hijcjjbjnadcogjackjhnjnbpjinbefl |
URL Ufficiale | https://chrome.google.com/webstore/detail/h3h3-theme-ethans-dance/hijcjjbjnadcogjackjhnjnbpjinbefl |
Descrizione | For them spontaneous moments when you just need Ethan Klein dancing around your screen |
Dimensione del File | 306 KB |
Conteggio Installazioni | 431 |
Versione Corrente | 2.0.1 |
Ultimo Aggiornamento | 2019-06-14 |
Data di Pubblicazione | 2019-06-14 |
Valutazione | 4.53/5 Totale 43 Valutazioni |
Sviluppatore | Blinno |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "h3h3 Theme - Ethan's Dance", "version": "2.0.1", "manifest_version": 2, "description": "For them spontaneous moments when you just need Ethan Klein dancing around your screen", "icons": { "16": "icons\/h3h3.png", "48": "icons\/h3h3.png", "128": "icons\/h3h3.png" }, "default_locale": "en", "permissions": [ "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/h3h3.png", "default_title": "h3h3 Dance" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "inject.css" ] } ] } |