h3h3 Theme - Ethan's Dance
For them spontaneous moments when you just need Ethan Klein dancing around your screen
ما هو h3h3 Theme - Ethan's Dance؟
h3h3 Theme - Ethan's Dance هو إضافة Chrome تم تطويرها بواسطة Blinno، والميزة الرئيسية لها هي "For them spontaneous moments when you just need Ethan Klein dancing around your screen".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة h3h3 Theme - Ethan's Dance
قم بتنزيل ملفات الامتداد h3h3 Theme - Ethan's Dance بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Ethan Klein, from h3h3 productions, dancing to the full theme song. NOTE: Still cant get the greenscreen to work properly.
معلومات أساسية عن التمديد
الاسم | |
ID | hijcjjbjnadcogjackjhnjnbpjinbefl |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/h3h3-theme-ethans-dance/hijcjjbjnadcogjackjhnjnbpjinbefl |
الوصف | For them spontaneous moments when you just need Ethan Klein dancing around your screen |
حجم الملف | 306 KB |
عدد التثبيتات | 431 |
النسخة الحالية | 2.0.1 |
آخر تحديث | 2019-06-14 |
تاريخ النشر | 2019-06-14 |
تقييم | 4.53/5 مجموع تقييمات 43 |
المطور | Blinno |
نوع الدفع | free |
اللغات المدعومة | 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" ] } ] } |