YouTube Accelerator

Accelerate your YouTube videos even faster!

YouTube Accelerator là gì?

YouTube Accelerator là một tiện ích mở rộng Chrome được phát triển bởi AndrewGDX, và tính năng chính của nó là "Accelerate your YouTube videos even faster!".

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

                        There is no UI, only keyboard shortcuts. Use '<' and '>' buttons (without shift) to speed up or speed down the video, and press 'R' to reset to the default speed. You can change hotkeys in settings. YouTube Shorts acceleration is working as well.

The plugin does not collect any statistics or personal data, feel free to use!

Source code: https://github.com/AndrewGDX/YouTubeAccelerator                    

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

Tên YouTube Accelerator YouTube Accelerator
ID kkbkajnjcpgpfkhgkcckeaindpjgfgib
URL Chính Thức https://chrome.google.com/webstore/detail/youtube-accelerator/kkbkajnjcpgpfkhgkcckeaindpjgfgib
Mô tả Accelerate your YouTube videos even faster!
Kích Thước Tệp 14.29 KB
Số Lần Cài Đặt 251
Phiên Bản Hiện Tại 0.6.0
Cập Nhật Lần Cuối 2023-07-20
Ngày Phát Hành 2022-10-30
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển AndrewGDX
Email [email protected]
URL Trang Chính Sách Bảo Mật https://andrewgdx.github.io/ChromeWebStorePolicy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Accelerator",
    "version": "0.6.0",
    "description": "Accelerate your YouTube videos even faster!",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end",
            "css": [
                "accelerator.css"
            ],
            "js": [
                "accelerator_plugin.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "settings.html"
    },
    "manifest_version": 3
}