Video Chapters for YouTube

Navigate inside YouTube videos using chapters

什麼是Video Chapters for YouTube?

Video Chapters for YouTube是由https://videoken.com開發的Chrome擴展程式,該擴展的主要功能是“Navigate inside YouTube videos using chapters”。

擴展截圖

screenshot
screenshot
screenshot

下載Video Chapters for YouTube擴展crx文件

下載Video Chapters for YouTube擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Video Chapters for YouTube provides an easy to use time-stamped summary of all the topics (chapters) discussed inside a video. You can use topic summary to jump to any part of the video. 

Frequently asked questions (FAQ)

👉 How are these topics generated?

There are two ways.
    1) If topics are present in the video description or comments, they are picked from there.
    2) They are generated by our AI algorithms which processes visual and spoken content. More information is here - https://videoken.com

👉 What information do you collect?

We do not collect any personal data or usage information. 

👉 I have a specific feedback for you to consider

We love the feedback provided by our users. Please write to us at [email protected]                    

擴展基本資訊

名稱 Video Chapters for YouTube Video Chapters for YouTube
ID pfneegfmgamaabfmcokmjkllioiconnp
官方網址 https://chromewebstore.google.com/detail/video-chapters-for-youtub/pfneegfmgamaabfmcokmjkllioiconnp
簡介 Navigate inside YouTube videos using chapters
檔案大小 38.58 KB
安裝次數 1,549
目前版本 2.2.0
更新時間 2021-10-09
上架時間 2020-05-06
評分 4.23/5 共 26 次評分
開發者 https://videoken.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://videoken.com/
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video Chapters for YouTube",
    "description": "Navigate inside YouTube videos using chapters",
    "version": "2.2.0",
    "minimum_chrome_version": "66.0",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png"
        },
        "default_popup": "browser_action.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/inject.js"
            ],
            "css": [
                "css\/inject.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "js\/comments.js"
    ]
}