Video Speed Control Jumper

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

Qu'est-ce que Video Speed Control Jumper ?

Video Speed Control Jumper est une extension Chrome développée par SL5, et sa fonction principale est "jumps into Html5-Video, seconds away from beginning and offers some shortcuts. controls works with memory effect.".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Video Speed Control Jumper 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

                        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.                    

Informations de Base sur l'Extension

Nom Video Speed Control Jumper Video Speed Control Jumper
ID lcjhkgahjcaldenlagajefcbgkccnlkc
URL Officiel https://chrome.google.com/webstore/detail/video-speed-control-jumpe/lcjhkgahjcaldenlagajefcbgkccnlkc
Description jumps into Html5-Video, seconds away from beginning and offers some shortcuts. controls works with memory effect.
Taille du Fichier 169 KB
Nombre d'Installations 243
Version Actuelle 0.9.1
Dernière Mise à Jour 2015-05-07
Date de Publication 2015-05-07
Évaluation 4.50/5 Total 4 Évaluations
Développeur SL5
Type de Paiement free
Langues Prises en Charge 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"
    }
}