Video Speed Control Jumper

jumps into Html5-Video, seconds away from beginning and offers some shortcuts. controls works with memory effect.

Cos'è Video Speed Control Jumper?

Video Speed Control Jumper è un'estensione di Chrome sviluppata da SL5, e la sua funzione principale è "jumps into Html5-Video, seconds away from beginning and offers some shortcuts. controls works with memory effect.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Video Speed Control Jumper

Scarica i file di estensione Video Speed Control Jumper 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

                        gives posibility to change video speed by keyboard shurtcuts and starts very fast (first seconds)

its a fork from "HTML5 Video Speed permanent Control" and offers nearly the same shortcuts.                    

Informazioni di Base sull'Estensione

Nome Video Speed Control Jumper Video Speed Control Jumper
ID lcjhkgahjcaldenlagajefcbgkccnlkc
URL Ufficiale https://chrome.google.com/webstore/detail/video-speed-control-jumpe/lcjhkgahjcaldenlagajefcbgkccnlkc
Descrizione jumps into Html5-Video, seconds away from beginning and offers some shortcuts. controls works with memory effect.
Dimensione del File 169 KB
Conteggio Installazioni 243
Versione Corrente 0.9.1
Ultimo Aggiornamento 2015-05-07
Data di Pubblicazione 2015-05-07
Valutazione 4.50/5 Totale 4 Valutazioni
Sviluppatore SL5
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video Speed Control Jumper",
    "description": "jumps into Html5-Video, seconds away from beginning and offers some shortcuts. controls works with memory effect.",
    "short_name": "Video Speed Control Jumper",
    "version": "0.9.1",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "speed_control.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}