h3h3 Theme - Ethan's Dance
For them spontaneous moments when you just need Ethan Klein dancing around your screen
Co to jest h3h3 Theme - Ethan's Dance?
h3h3 Theme - Ethan's Dance to rozszerzenie Chrome opracowane przez Blinno, a jego główną funkcją jest „For them spontaneous moments when you just need Ethan Klein dancing around your screen”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia h3h3 Theme - Ethan's Dance
Pobierz pliki rozszerzeń h3h3 Theme - Ethan's Dance w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Ethan Klein, from h3h3 productions, dancing to the full theme song. NOTE: Still cant get the greenscreen to work properly.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hijcjjbjnadcogjackjhnjnbpjinbefl |
Oficjalny URL | https://chrome.google.com/webstore/detail/h3h3-theme-ethans-dance/hijcjjbjnadcogjackjhnjnbpjinbefl |
Opis | For them spontaneous moments when you just need Ethan Klein dancing around your screen |
Rozmiar pliku | 306 KB |
Liczba instalacji | 431 |
Aktualna Wersja | 2.0.1 |
Ostatnia Aktualizacja | 2019-06-14 |
Data Publikacji | 2019-06-14 |
Ocena | 4.53/5 Łącznie 43 Oceny |
Deweloper | Blinno |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |