Enable Chapters for Youtube
This will enable the Chapters feature for Youtube.
什麼是Enable Chapters for Youtube?
Enable Chapters for Youtube是由Robin van Nunen開發的Chrome擴展程式,該擴展的主要功能是“This will enable the Chapters feature for Youtube.”。
擴展截圖
下載Enable Chapters for Youtube擴展crx文件
下載Enable Chapters for Youtube擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The extension searches for chapter definitions in the video description or in the comment section and shows them in the video timeline. It works with any video and is very useful for i.e.: music sets and podcasts. Example chapter definition: 00:00 - Intro [02:00] Topic 1 (02:00) Topic 2 Topic 3 - 03:00
擴展基本資訊
名稱 | |
ID | mmkmlfcfdmdccmddalhcdfappcdhmbgg |
官方網址 | https://chrome.google.com/webstore/detail/enable-chapters-for-youtu/mmkmlfcfdmdccmddalhcdfappcdhmbgg |
簡介 | This will enable the Chapters feature for Youtube. |
檔案大小 | 18.49 KB |
安裝次數 | 33 |
目前版本 | 1.0.0 |
更新時間 | 2020-06-22 |
上架時間 | 2020-06-22 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Robin van Nunen |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Enable Chapters for Youtube", "version": "1.0.0", "author": "Robin van Nunen", "description": "This will enable the Chapters feature for Youtube.", "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "inject.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "content.js" ] } |