Video Speed Controller

Control the speed of your video!

What is Video Speed Controller?

Video Speed Controller is a Chrome extension developed by markcc95, and its main feature is "Control the speed of your video!".

Extension Screenshots

screenshot

Download Video Speed Controller Extension CRX File

Download 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

                        It is a speed control extension that could help you speed up the video play rate. There are a few existing button for user to quick choose the playing rate and also adjusting rate for user to input.                    

Extension Basic Information

Name Video Speed Controller Video Speed Controller
ID gkikefhphmjpcnhmgmahlahlgbjnhcbd
Official URL https://chromewebstore.google.com/detail/video-speed-controller/gkikefhphmjpcnhmgmahlahlgbjnhcbd
Description Control the speed of your video!
File Size 20.22 KB
Installation Count 1,339
Current Version 1.1
Last Updated 2021-05-18
Publish Date 2021-05-13
Rating 5.00/5 Total 3 Ratings
Developer markcc95
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Speed Controller",
    "description": "Control the speed of your video!",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon-16x16.png",
            "32": "\/images\/icon-32x32.png",
            "48": "\/images\/icon-48x48.png",
            "128": "\/images\/icon-128x128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon-16x16.png",
        "32": "\/images\/icon-32x32.png",
        "48": "\/images\/icon-48x48.png",
        "128": "\/images\/icon-128x128.png"
    }
}