HTML5 Video Speed Control

Speed controls for html5 video.

Cos'è HTML5 Video Speed Control?

HTML5 Video Speed Control è un'estensione di Chrome sviluppata da thebenedictchen, e la sua funzione principale è "Speed controls for html5 video.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione HTML5 Video Speed Control

Scarica i file di estensione HTML5 Video Speed Control in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome HTML5 Video Speed Control HTML5 Video Speed Control
ID ejdipbccipeloijefbkiakckfhdbgocg
URL Ufficiale https://chrome.google.com/webstore/detail/html5-video-speed-control/ejdipbccipeloijefbkiakckfhdbgocg
Descrizione Speed controls for html5 video.
Dimensione del File 69.25 KB
Conteggio Installazioni 20,000
Versione Corrente 1.42
Ultimo Aggiornamento 2017-11-18
Data di Pubblicazione 2017-11-18
Valutazione 3.93/5 Totale 203 Valutazioni
Sviluppatore thebenedictchen
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://benedictchen.com
Lingue Supportate 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
        }
    ]
}