WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Video Speed Controller Plus

Video Speed Controller Plus

View on Chrome Web Store
View Video Speed Controller Plus Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (15 ratings)
1 new ratings
0 views
This extension has been viewed 0 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.

Introducing Video Speed Controller Plus for Chrome, Firefox, and other browsers. Speed up or slow down videos on OTT platforms.
Type
Extension
Users
481 users
7
ExtensionSurfer
View author page of ExtensionSurfer
Published
Published on May 16, 2024
Version 1.2.0
Manifest version
3
Updated
Updated on October 19, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Video Speed Controller Plus 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",
    "manifest_version": 3,
    "version": "1.2.0",
    "name": "Video Speed Controller Plus",
    "description": "Introducing Video Speed Controller Plus for Chrome, Firefox, and other browsers. Speed up or slow down videos on OTT platforms.",
    "background": {
        "service_worker": "background\/background.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "icon64.png"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content\/content.js"
            ],
            "css": [
                "content\/content.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "notifications"
    ],
    "commands": {
        "left": {
            "suggested_key": {
                "default": "Ctrl+Shift+Left",
                "mac": "Command+Shift+Left"
            },
            "description": "To decrease speed of video player"
        },
        "right": {
            "suggested_key": {
                "default": "Ctrl+Shift+Right",
                "mac": "Command+Shift+Right"
            },
            "description": "To increase speed of video player"
        },
        "up": {
            "suggested_key": {
                "default": "Ctrl+Shift+Up",
                "mac": "Command+Shift+Up"
            },
            "description": "To reset speed of video player"
        }
    }
}
© 2026 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