SkipTo
Skip to the best part of a YouTube video!
SkipTo란 무엇입니까?
SkipTo은(는) SkipTo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Skip to the best part of a YouTube video!"입니다.
확장 프로그램 스크린샷
SkipTo 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
SkipTo - skip to the best parts of a YouTube video! With a click of a button, SkipTo gets you to the best part of a YouTube video. SkipTo adds 3 new things to your YouTube video player: First, SkipTo will add yellow markers to the video's timeline - these are when SkipTo thinks the best parts of the video are. Secondly, SkipTo adds the Skip button to the YouTube video player. When clicked, the Skip button skips you to the next best part in the video. Finally, SkipTo adds the Mark button to the YouTube video player. When you find your favorite part of the video, click the Mark button - this helps out SkipTo in calculating the best parts of the video. Thank you for checking out SkipTo! SkipTo is completely free - we don't store any personal data nor do we put up ads! Have a question? Thought of a cool feature? Found a bug? Email SkipTo at [email protected] Follow SkipTo on Twitter: https://twitter.com/skiptoextension Like SkipTo on Facebook: https://www.facebook.com/SkipTo-1728531700735838 View source code on GitHub: https://github.com/SkipTo/SkipTo
확장 프로그램 기본 정보
이름 | SkipTo |
ID | ejodhjghjlaiccblbppbaaabdcllfhgm |
공식 URL | https://chromewebstore.google.com/detail/skipto/ejodhjghjlaiccblbppbaaabdcllfhgm |
설명 | Skip to the best part of a YouTube video! |
파일 크기 | 195 KB |
설치 횟수 | 160 |
현재 버전 | 1.1.2 |
최근 업데이트 | 2016-06-05 |
출시 날짜 | 2016-06-05 |
평점 | 3.00/5 총 6 개의 평점 |
개발자 | SkipTo |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://skipto-fffb6.firebaseapp.com/index |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SkipTo", "description": "Skip to the best part of a YouTube video!", "version": "1.1.2", "options_page": "src\/options\/options.html", "browser_action": { "default_icon": "assets\/iconFULL.png", "default_title": "SkipTo", "default_popup": "src\/popup\/popup.html" }, "icons": { "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "libraries\/firebase.js", "libraries\/jquery.min.js", "src\/content\/quicksort.js", "src\/content\/content.js" ] } ], "permissions": [ "storage" ] } |