WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Video playback rate control for YouTube™

Video playback rate control for YouTube™

View on Chrome Web Store
View Video playback rate control for YouTube™ Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (14 ratings)
1 new ratings
7 views
This extension has been viewed 7 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Take full control of YouTube video playback speed. Adjust the rate more extensively.
Type
Extension
Users
8,000 users
500
sweet
View author page of sweet
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 27, 2019
Version 0.2.0
Manifest version
3
Updated
Updated on October 13, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Video playback rate control for YouTube™ Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.2.0",
    "minimum_chrome_version": "92",
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.youtube.com\/*",
        "https:\/\/*.youtube-nocookie.com\/*"
    ],
    "background": {
        "service_worker": "service.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube-nocookie.com\/*"
            ],
            "js": [
                "\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "action": {
        "default_title": "__MSG_appName__",
        "default_icon": "icon128.png",
        "default_popup": "options.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 3
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top