Youtube Accelerator

Set custom playback speeds on your Youtube videos

什麼是Youtube Accelerator?

Youtube Accelerator是由nunomrgomes開發的Chrome擴展程式,該擴展的主要功能是“Set custom playback speeds on your Youtube videos”。

擴展截圖

screenshot

下載Youtube Accelerator擴展crx文件

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

擴展使用說明

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

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

擴展基本資訊

名稱 Youtube Accelerator Youtube Accelerator
ID ajobbbellhaokbfkgkcpapmbenlccokd
官方網址 https://chromewebstore.google.com/detail/youtube-accelerator/ajobbbellhaokbfkgkcpapmbenlccokd
簡介 Set custom playback speeds on your Youtube videos
檔案大小 7.17 KB
安裝次數 520
目前版本 2.0.2
更新時間 2022-08-25
上架時間 2022-01-16
評分 5.00/5 共 10 次評分
開發者 nunomrgomes
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}