HTML5 Video Speed Control

Speed controls for html5 video.

Wat is HTML5 Video Speed Control?

HTML5 Video Speed Control is een Chrome-extensie ontwikkeld door thebenedictchen, en de belangrijkste functie is "Speed controls for html5 video.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie HTML5 Video Speed Control

Download HTML5 Video 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

                        Watching videos and they're too slow for you?
Adds speed controls to any HTML5 video.  The controls have no limits on speed.


Created by Benedict Chen. If you like it, you can buy me a beer with PayPal.
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WXQKYYKPHWXHS


Open source!
Github: https://github.com/benedictchen/google-chrome-html5video-controls                    

Basisinformatie over de Extensie

Naam HTML5 Video Speed Control HTML5 Video Speed Control
ID ejdipbccipeloijefbkiakckfhdbgocg
Officiële URL https://chrome.google.com/webstore/detail/html5-video-speed-control/ejdipbccipeloijefbkiakckfhdbgocg
Beschrijving Speed controls for html5 video.
Bestandsgrootte 69.25 KB
Aantal Installaties 20,000
Huidige Versie 1.42
Laatst Bijgewerkt 2017-11-18
Publicatiedatum 2017-11-18
Beoordeling 3.93/5 Totaal 203 Beoordelingen
Ontwikkelaar thebenedictchen
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://benedictchen.com
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HTML5 Video Speed Control",
    "description": "Speed controls for html5 video.",
    "options_page": "options.html",
    "version": "1.42",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "speedcontrol.js"
            ],
            "all_frames": true
        }
    ]
}