Speed Control

Control the speed of HTML5 video

Was ist Speed Control?

Speed Control ist eine Chrome-Erweiterung, die von Josh Miles entwickelt wurde, und ihr Hauptmerkmal ist "Control the speed of HTML5 video".

Erweiterungsscreenshots

screenshot

Speed Control-Erweiterungs-CRX-Datei herunterladen

Laden Sie Speed Control-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

                        This extension will adjust the playback speed of any HTML5 video in the current tab. Just click on the extension and slide the bar to adjust the playback speed. Works on Facebook Video, Twitter, YouTube, Netflix, and many more services.                    

Grundlegende Informationen zur Erweiterung

Name Speed Control Speed Control
ID licimfihnglekdccgjijhmfdocplhdbk
Offizielle URL https://chromewebstore.google.com/detail/speed-control/licimfihnglekdccgjijhmfdocplhdbk
Beschreibung Control the speed of HTML5 video
Dateigröße 8.96 KB
Installationsanzahl 14,962
Aktuelle Version 1.1.1
Letztes Update 2017-10-26
Veröffentlichungsdatum 2017-10-26
Bewertung 4.93/5 Insgesamt 29 Bewertungen
Entwickler Josh Miles
Zahlungsart free
Erweiterungswebsite https://github.com/milesjos/speed-control
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Speed Control",
    "description": "Control the speed of HTML5 video",
    "version": "1.1.1",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "128": "icon.png"
    }
}