WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Youtube Playback Speed Control

Youtube Playback Speed Control

View on Chrome Web Store
View Youtube Playback Speed Control Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (3,051 ratings)
4 new ratings
1 views
This extension has been viewed 1 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.

Control speed of the youtube playback using keyboard. Press '+' to increase and '-' to decrease the playback speed.
Type
Extension
Users
200,000 users
100K
shrestha.pujan
View author page of shrestha.pujan
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 20, 2014
Version 0.0.15
Manifest version
3
Updated
Updated on August 13, 2024
productivity/workflow
Extension Category
View on Chrome Web Store
View Youtube Playback Speed Control 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": "Youtube Playback Speed Control",
    "version": "0.0.15",
    "manifest_version": 3,
    "description": "Control speed of the youtube playback using keyboard. Press '+' to increase and '-' to decrease the playback speed.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "src\/option\/options.html",
    "background": {
        "service_worker": "src\/background.js"
    },
    "action": {
        "default_title": "Control speed of the youtube playback using keyboard or single mouse click.",
        "default_icon": {
            "19": "icons\/icon19.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/inject.css"
            ],
            "js": [
                "src\/inject\/inject.js"
            ],
            "run_at": "document_end"
        }
    ]
}
© 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