WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Speed Tune – Video Playback Speed Controller

Speed Tune – Video Playback Speed Controller

View on Chrome Web Store
View Speed Tune – Video Playback Speed Controller Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 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 video playback speed on any website. Speed up or slow down videos with precision controls, shortcuts, and overlays.
Type
Extension
Users
4 users
2
Aneesh Madupalli
View author page of Aneesh Madupalli
Published
Published on February 19, 2026
Version 1.0.0
Manifest version
3
Updated
Updated on February 19, 2026
productivity/tools
Extension Category
View on Chrome Web Store
View Speed Tune – Video Playback Speed Controller 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,
    "name": "Speed Tune \u2013 Video Playback Speed Controller",
    "version": "1.0.0",
    "description": "Control video playback speed on any website. Speed up or slow down videos with precision controls, shortcuts, and overlays.",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Speed Tune",
        "default_icon": {
            "16": "images\/speed_tune_logo.png",
            "32": "images\/speed_tune_logo.png",
            "48": "images\/speed_tune_logo.png",
            "128": "images\/speed_tune_logo.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "commands": {
        "increase-speed-small": {
            "suggested_key": {
                "default": "Ctrl+Period"
            },
            "description": "Increase speed by 0.1x"
        },
        "decrease-speed-small": {
            "suggested_key": {
                "default": "Ctrl+Comma"
            },
            "description": "Decrease speed by 0.1x"
        },
        "increase-speed-large": {
            "suggested_key": {
                "default": "Ctrl+Shift+Period"
            },
            "description": "Increase speed by 1x"
        },
        "reset-speed": {
            "suggested_key": {
                "default": "Ctrl+Shift+Comma"
            },
            "description": "Reset to 1x speed"
        }
    },
    "icons": {
        "16": "images\/speed_tune_logo.png",
        "32": "images\/speed_tune_logo.png",
        "48": "images\/speed_tune_logo.png",
        "128": "images\/speed_tune_logo.png"
    }
}
© 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