Video Speed Controller

Speed up video on every site!

What is Video Speed Controller?

Video Speed Controller is a Chrome extension developed by https://jakubgrzywacz.pl, and its main feature is "Speed up video on every site!".

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

                        Speed controller is really simple but useful extension for Chrome browser. Basically it's manipulating video speed on the site, to slow down or speed up video up to 5x speed!

Features:
- Change video speed even from 0.25 to 5.00.
- Additional button for x1/x2/x3 speed.
- Works on every site that is using video.

Changelog:
- 0.2.2
   - Experience and performance improvement
   - Update video speed on icon click
   - Reduce package size                    

Extension Basic Information

Name Video Speed Controller Video Speed Controller
ID oedcflfijnmdnkllbeoacabinnlgplmb
Official URL https://chromewebstore.google.com/detail/video-speed-controller/oedcflfijnmdnkllbeoacabinnlgplmb
Description Speed up video on every site!
File Size 67.1 KB
Installation Count 20,000
Current Version 0.2.2
Last Updated 2021-04-12
Publish Date 2020-11-11
Rating 4.95/5 Total 20 Ratings
Developer https://jakubgrzywacz.pl
Email [email protected]
Payment Type free
Privacy Policy Page URL https://jakubgrzywacz.pl/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video Speed Controller",
    "version": "0.2.2",
    "description": "Speed up video on every site!",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Video Speed Controller",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "contentScript.js"
            ]
        }
    ]
}