Video Playback Speedup

Control video playback speed using keyboard shortcuts

What is Video Playback Speedup?

Video Playback Speedup is a Chrome extension developed by Simplify Unique Ideas, and its main feature is "Control video playback speed using keyboard shortcuts".

Extension Screenshots

screenshot
screenshot

Download Video Playback Speedup Extension CRX File

Download Video Playback Speedup 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

                        The purpose of this extension is to speed up currently playing video for people in hurry. Most web video players has functionality to speed up video playback, but it has certain upper limits. This extension is meant to change that. Moreover, it also has key binding to skip video ads with a single click. And there is more, it does not require any access permissions from your browsers, so you can be calm, it is not going to snoop on your browsing activity.                    

Extension Basic Information

Name Video Playback Speedup Video Playback Speedup
ID fllmoplppdefmmapminckbjbfpmncjnb
Official URL https://chromewebstore.google.com/detail/video-playback-speedup/fllmoplppdefmmapminckbjbfpmncjnb
Description Control video playback speed using keyboard shortcuts
File Size 16.04 KB
Installation Count 94
Current Version 1.0.0
Last Updated 2019-03-07
Publish Date 2019-03-06
Rating 5.00/5 Total 1 Ratings
Developer Simplify Unique Ideas
Email [email protected]
Payment Type free
Extension Website https://github.com/va1da5/html5-video-speedup-chome-extension
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video Playback Speedup",
    "description": "Control video playback speed using keyboard shortcuts",
    "version": "1.0.0",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon-90.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": []
}