DANCCESS
Enhance youtube for dance
DANCCESS란 무엇입니까?
DANCCESS은(는) http://danccess.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhance youtube for dance"입니다.
확장 프로그램 스크린샷
DANCCESS 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Enhance YouTube for dance. Manually curated, dance style, music track choreographies, trending and community videos playlists. All of them updated on daily basis. Enjoy dance on YouTube. Install now! You will find DANCCESS playlist on the right side of browsers navigation bar. Dance is closer to you then ever before. ------ v.2.1.0 Added popup navigation for easier access of dancers, events, music track playlists. ------ DANCCESS v2 is LIVE We have learned from our mistakes and your feedback and are very happy to present you DANCCESS v2. New-tab is gone. Now we only add extra functionality to YouTube so you can enjoy dance with better user experience when you got a free minute for entertainment.
확장 프로그램 기본 정보
이름 | |
ID | pdhgpgcbdodombbhohbbmpbbnnhopjjd |
공식 URL | https://chrome.google.com/webstore/detail/danccess/pdhgpgcbdodombbhohbbmpbbnnhopjjd |
설명 | Enhance youtube for dance |
파일 크기 | 512 KB |
설치 횟수 | 80 |
현재 버전 | 2.1.0 |
최근 업데이트 | 2018-06-07 |
출시 날짜 | 2018-06-07 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | http://danccess.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://danccess.com |
개인정보 보호 정책 페이지 URL | http://danccess.com/privacy |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DANCCESS", "description": "Enhance youtube for dance", "version": "2.1.0", "icons": { "16": ".\/extension_icons\/16.png", "32": ".\/extension_icons\/32.png", "48": ".\/extension_icons\/48.png", "128": ".\/extension_icons\/128.png" }, "permissions": [ "storage", "*:\/\/*.youtube.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "styles.css" ], "js": [ "injectToYoutube.js" ] } ], "browser_action": { "default_icon": { "16": ".\/extension_icons\/16.png", "32": ".\/extension_icons\/32.png" }, "default_title": "DANCCESS", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "http:\/\/localhost:3000\/*", "*:\/\/*.danccess.com\/*" ] }, "web_accessible_resources": [ "bundle.js" ], "content_security_policy": "script-src 'self' https:\/\/www.youtube.com\/iframe_api https:\/\/*.ytimg.com https:\/\/www.google-analytics.com https:\/\/*.google.com https:\/\/localhost:3000 https:\/\/unpkg.com; object-src 'self'" } |