Video Speed Control Jumper

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

Wat is Video Speed Control Jumper?

Video Speed Control Jumper is een Chrome-extensie ontwikkeld door SL5, en de belangrijkste functie is "jumps into Html5-Video, seconds away from beginning and offers some shortcuts. controls works with memory effect.".

Extensie Screenshots

screenshot

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

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

                        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.                    

Basisinformatie over de Extensie

Naam Video Speed Control Jumper Video Speed Control Jumper
ID lcjhkgahjcaldenlagajefcbgkccnlkc
Officiële URL https://chrome.google.com/webstore/detail/video-speed-control-jumpe/lcjhkgahjcaldenlagajefcbgkccnlkc
Beschrijving jumps into Html5-Video, seconds away from beginning and offers some shortcuts. controls works with memory effect.
Bestandsgrootte 169 KB
Aantal Installaties 243
Huidige Versie 0.9.1
Laatst Bijgewerkt 2015-05-07
Publicatiedatum 2015-05-07
Beoordeling 4.50/5 Totaal 4 Beoordelingen
Ontwikkelaar SL5
Betalingswijze free
Ondersteunde Talen 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"
    }
}