h3h3 Theme - Ethan's Dance
For them spontaneous moments when you just need Ethan Klein dancing around your screen
Apa itu h3h3 Theme - Ethan's Dance?
h3h3 Theme - Ethan's Dance adalah ekstensi Chrome yang dikembangkan oleh Blinno, dan fitur utamanya adalah "For them spontaneous moments when you just need Ethan Klein dancing around your screen".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi h3h3 Theme - Ethan's Dance
Unduh file ekstensi h3h3 Theme - Ethan's Dance dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Ethan Klein, from h3h3 productions, dancing to the full theme song. NOTE: Still cant get the greenscreen to work properly.
Informasi Dasar Ekstensi
Nama | |
ID | hijcjjbjnadcogjackjhnjnbpjinbefl |
URL Resmi | https://chrome.google.com/webstore/detail/h3h3-theme-ethans-dance/hijcjjbjnadcogjackjhnjnbpjinbefl |
Deskripsi | For them spontaneous moments when you just need Ethan Klein dancing around your screen |
Ukuran File | 306 KB |
Jumlah Instalasi | 431 |
Versi Saat Ini | 2.0.1 |
Terakhir Diperbarui | 2019-06-14 |
Tanggal Publikasi | 2019-06-14 |
Penilaian | 4.53/5 Total 43 Penilaian |
Pengembang | Blinno |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |