Youtube Accelerator

Set custom playback speeds on your Youtube videos

Youtube Accelerator là gì?

Youtube Accelerator là một tiện ích mở rộng Chrome được phát triển bởi nunomrgomes, và tính năng chính của nó là "Set custom playback speeds on your Youtube videos".

Ả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 Accelerator

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

                        Supports up to 16x speed.
For those videos where 2x just doesn't cut it.

Made and openly sourced by https://github.com/TheNunoGomes.                    

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

Tên Youtube Accelerator Youtube Accelerator
ID ajobbbellhaokbfkgkcpapmbenlccokd
URL Chính Thức https://chromewebstore.google.com/detail/youtube-accelerator/ajobbbellhaokbfkgkcpapmbenlccokd
Mô tả Set custom playback speeds on your Youtube videos
Kích Thước Tệp 7.17 KB
Số Lần Cài Đặt 520
Phiên Bản Hiện Tại 2.0.2
Cập Nhật Lần Cuối 2022-08-25
Ngày Phát Hành 2022-01-16
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển nunomrgomes
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Accelerator",
    "description": "Set custom playback speeds on your Youtube videos",
    "version": "2.0.2",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "youtube\/utils.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "youtube\/homepage.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "youtube\/video.js"
            ]
        }
    ],
    "icons": {
        "16": "\/assets\/icons\/icon16.png",
        "32": "\/assets\/icons\/icon32.png",
        "48": "\/assets\/icons\/icon48.png",
        "128": "\/assets\/icons\/icon128.png"
    }
}