VidSprint: Video Speed Controller

Minimalistic video speed controller

What is VidSprint: Video Speed Controller?

VidSprint: Video Speed Controller is a Chrome extension developed by VS Creations, and its main feature is "Minimalistic video speed controller".

Extension Screenshots

screenshot

Download VidSprint: Video Speed Controller Extension CRX File

Download VidSprint: Video Speed Controller extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Need to binge watch trending shows? Want to speed through slow and dramatic scenes? With VidSprint, you can sprint your videos on your favorite streaming platform!

Features include: 
 - Speed up any video you're watching up to 5x
 - Slow down any video you're watching down to 0.25x
 - Minimalist Design/Interface
 - Dark Mode friendly
 - Runs Offline                    

Extension Basic Information

Name VidSprint: Video Speed Controller VidSprint: Video Speed Controller
ID mbbpnlifeoijpphllkbfhpljhlifblfm
Official URL https://chromewebstore.google.com/detail/vidsprint-video-speed-con/mbbpnlifeoijpphllkbfhpljhlifblfm
Description Minimalistic video speed controller
File Size 14.37 KB
Installation Count 68
Current Version 0.0.0.2
Last Updated 2021-01-05
Publish Date 2020-12-31
Rating 5.00/5 Total 1 Ratings
Developer VS Creations
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VidSprint: Video Speed Controller",
    "description": "Minimalistic video speed controller",
    "version": "0.0.0.2",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "commands": {
        "toggle-increase": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            },
            "description": "Toggle feature foo"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y",
                "chromeos": "Ctrl+Shift+U",
                "linux": "Ctrl+Shift+J"
            }
        },
        "_execute_page_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "windows": "Alt+Shift+P",
                "mac": "Alt+Shift+P"
            }
        }
    }
}