HTML5 Video Speed Control

Speed controls for html5 video.

Qu'est-ce que HTML5 Video Speed Control ?

HTML5 Video Speed Control est une extension Chrome développée par thebenedictchen, et sa fonction principale est "Speed controls for html5 video.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension HTML5 Video Speed Control

Téléchargez les fichiers d'extension HTML5 Video Speed Control au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom HTML5 Video Speed Control HTML5 Video Speed Control
ID ejdipbccipeloijefbkiakckfhdbgocg
URL Officiel https://chrome.google.com/webstore/detail/html5-video-speed-control/ejdipbccipeloijefbkiakckfhdbgocg
Description Speed controls for html5 video.
Taille du Fichier 69.25 KB
Nombre d'Installations 20,000
Version Actuelle 1.42
Dernière Mise à Jour 2017-11-18
Date de Publication 2017-11-18
Évaluation 3.93/5 Total 203 Évaluations
Développeur thebenedictchen
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://benedictchen.com
Langues Prises en Charge 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
        }
    ]
}