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文件
下載SkipTo擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |