Speed Control

Control the speed of HTML5 video

Wat is Speed Control?

Speed Control is een Chrome-extensie ontwikkeld door Josh Miles, en de belangrijkste functie is "Control the speed of HTML5 video".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Speed Control

Download Speed Control-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

                        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.                    

Basisinformatie over de Extensie

Naam Speed Control Speed Control
ID licimfihnglekdccgjijhmfdocplhdbk
Officiële URL https://chromewebstore.google.com/detail/speed-control/licimfihnglekdccgjijhmfdocplhdbk
Beschrijving Control the speed of HTML5 video
Bestandsgrootte 8.96 KB
Aantal Installaties 14,962
Huidige Versie 1.1.1
Laatst Bijgewerkt 2017-10-26
Publicatiedatum 2017-10-26
Beoordeling 4.93/5 Totaal 29 Beoordelingen
Ontwikkelaar Josh Miles
Betalingswijze free
Extensiewebsite https://github.com/milesjos/speed-control
Ondersteunde Talen 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"
    }
}