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 Blinno द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "For them spontaneous moments when you just need Ethan Klein dancing around your screen"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में h3h3 Theme - Ethan's Dance एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } ] } |