Video Playback Speedup

Control video playback speed using keyboard shortcuts

Was ist Video Playback Speedup?

Video Playback Speedup ist eine Chrome-Erweiterung, die von Simplify Unique Ideas entwickelt wurde, und ihr Hauptmerkmal ist "Control video playback speed using keyboard shortcuts".

Erweiterungsscreenshots

screenshot
screenshot

Video Playback Speedup-Erweiterungs-CRX-Datei herunterladen

Laden Sie Video Playback Speedup-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Video Playback Speedup Video Playback Speedup
ID fllmoplppdefmmapminckbjbfpmncjnb
Offizielle URL https://chromewebstore.google.com/detail/video-playback-speedup/fllmoplppdefmmapminckbjbfpmncjnb
Beschreibung Control video playback speed using keyboard shortcuts
Dateigröße 16.04 KB
Installationsanzahl 94
Aktuelle Version 1.0.0
Letztes Update 2019-03-07
Veröffentlichungsdatum 2019-03-06
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Simplify Unique Ideas
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/va1da5/html5-video-speedup-chome-extension
Unterstützte Sprachen 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": []
}