Video Chapters for YouTube

Navigate inside YouTube videos using chapters

Video Chapters for YouTube là gì?

Video Chapters for YouTube là một tiện ích mở rộng Chrome được phát triển bởi https://videoken.com, và tính năng chính của nó là "Navigate inside YouTube videos using chapters".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Video Chapters for YouTube

Tải xuống các tệp mở rộng Video Chapters for YouTube dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Video Chapters for YouTube Video Chapters for YouTube
ID pfneegfmgamaabfmcokmjkllioiconnp
URL Chính Thức https://chromewebstore.google.com/detail/video-chapters-for-youtub/pfneegfmgamaabfmcokmjkllioiconnp
Mô tả Navigate inside YouTube videos using chapters
Kích Thước Tệp 38.58 KB
Số Lần Cài Đặt 1,549
Phiên Bản Hiện Tại 2.2.0
Cập Nhật Lần Cuối 2021-10-09
Ngày Phát Hành 2020-05-06
Đánh Giá 4.23/5 Tổng số 26 Đánh Giá
Nhà Phát Triển https://videoken.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://videoken.com/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}