WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Video Speeder

Video Speeder

View on Chrome Web Store
View Video Speeder Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
1 new ratings
2 views
This extension has been viewed 2 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.

Adjust video playback speed with ease.
Type
Extension
Users
271 users
6
EBM Group
View author page of EBM Group
Featured Extension

Hand-picked for quality and usefulness

Published
Published on September 26, 2024
Version 1.0
Manifest version
3
Updated
Updated on September 26, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View Video Speeder 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": "Video Speeder",
    "version": "1.0",
    "description": "Adjust video playback speed with ease.",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Video Speeder"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "48": "speeder-48.png",
        "128": "speeder-128.png"
    }
}
© 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