YouTube Focus

Focused timestamp highlights for YouTube

YouTube Focus là gì?

YouTube Focus là một tiện ích mở rộng Chrome được phát triển bởi House 7, và tính năng chính của nó là "Focused timestamp highlights for YouTube".

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

screenshot

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

Tải xuống các tệp mở rộng YouTube Focus 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

                        Brings relevant timestamps from comments directly into your YouTube video player.                    

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

Tên YouTube Focus YouTube Focus
ID hlbigenlepcdiklldilmakhojegpkaca
URL Chính Thức https://chrome.google.com/webstore/detail/youtube-focus/hlbigenlepcdiklldilmakhojegpkaca
Mô tả Focused timestamp highlights for YouTube
Kích Thước Tệp 41.03 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 0.3.0
Cập Nhật Lần Cuối 2020-09-18
Ngày Phát Hành 2020-03-26
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển House 7
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Focus",
    "version": "0.3.0",
    "description": "Focused timestamp highlights for YouTube",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "all_frames": true,
            "js": [
                "script\/garbage_collector.js",
                "script\/timestamps.js",
                "script\/app.js",
                "lib\/popper.min.js",
                "lib\/tippy-bundle.umd.min.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "storage"
    ]
}