Video Playback Speedup

Control video playback speed using keyboard shortcuts

Wat is Video Playback Speedup?

Video Playback Speedup is een Chrome-extensie ontwikkeld door Simplify Unique Ideas, en de belangrijkste functie is "Control video playback speed using keyboard shortcuts".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Video Playback Speedup

Download Video Playback Speedup-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Video Playback Speedup Video Playback Speedup
ID fllmoplppdefmmapminckbjbfpmncjnb
Officiële URL https://chromewebstore.google.com/detail/video-playback-speedup/fllmoplppdefmmapminckbjbfpmncjnb
Beschrijving Control video playback speed using keyboard shortcuts
Bestandsgrootte 16.04 KB
Aantal Installaties 94
Huidige Versie 1.0.0
Laatst Bijgewerkt 2019-03-07
Publicatiedatum 2019-03-06
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Simplify Unique Ideas
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/va1da5/html5-video-speedup-chome-extension
Ondersteunde Talen 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": []
}