Youtube Accelerator

Set custom playback speeds on your Youtube videos

What is Youtube Accelerator?

Youtube Accelerator is a Chrome extension developed by nunomrgomes, and its main feature is "Set custom playback speeds on your Youtube videos".

Extension Screenshots

screenshot

Download Youtube Accelerator Extension CRX File

Download Youtube Accelerator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

Extension Basic Information

Name Youtube Accelerator Youtube Accelerator
ID ajobbbellhaokbfkgkcpapmbenlccokd
Official URL https://chromewebstore.google.com/detail/youtube-accelerator/ajobbbellhaokbfkgkcpapmbenlccokd
Description Set custom playback speeds on your Youtube videos
File Size 7.17 KB
Installation Count 520
Current Version 2.0.2
Last Updated 2022-08-25
Publish Date 2022-01-16
Rating 5.00/5 Total 10 Ratings
Developer nunomrgomes
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}