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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "For them spontaneous moments when you just need Ethan Klein dancing around your screen"입니다.
확장 프로그램 스크린샷
h3h3 Theme - Ethan's Dance 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" ] } ] } |