WebExtension.net
Toggle dark mode
WebExtension.net

VidFlex - Flexible speed control for all videos

View on Chrome Web Store
View VidFlex - Flexible speed control for all videos Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times

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

Provide users with the ability to adjust the playback speed of HTML5 videos on any website.
Type
Extension
Users
0 users
Sative Tech Ventures
View author page of Sative Tech Ventures
Published
Published on December 31, 2024
Version 1.5
Manifest version
3
Updated
Updated on December 31, 2024
lifestyle/entertainment
Extension Category
View on Chrome Web Store
View VidFlex - Flexible speed control for all videos 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": "VidFlex - Flexible speed control for all videos",
    "version": "1.5",
    "description": "Provide users with the ability to adjust the playback speed of HTML5 videos on any website.",
    "permissions": [
        "activeTab",
        "scripting",
        "commands",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "commands": {
        "increase_speed": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y"
            },
            "description": "Increase video playback speed"
        },
        "decrease_speed": {
            "suggested_key": {
                "default": "Ctrl+Shift+U"
            },
            "description": "Decrease video playback speed"
        },
        "fine_increase_speed": {
            "suggested_key": {
                "default": "Ctrl+Shift+O"
            },
            "description": "Fine increase video playback speed"
        },
        "fine_decrease_speed": {
            "suggested_key": {
                "default": "Ctrl+Shift+P"
            },
            "description": "Fine decrease video playback speed"
        }
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 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