Video Speed Control Jumper

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

Apa itu Video Speed Control Jumper?

Video Speed Control Jumper adalah ekstensi Chrome yang dikembangkan oleh SL5, dan fitur utamanya adalah "jumps into Html5-Video, seconds away from beginning and offers some shortcuts. controls works with memory effect.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Video Speed Control Jumper

Unduh file ekstensi Video Speed Control Jumper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Video Speed Control Jumper Video Speed Control Jumper
ID lcjhkgahjcaldenlagajefcbgkccnlkc
URL Resmi https://chrome.google.com/webstore/detail/video-speed-control-jumpe/lcjhkgahjcaldenlagajefcbgkccnlkc
Deskripsi jumps into Html5-Video, seconds away from beginning and offers some shortcuts. controls works with memory effect.
Ukuran File 169 KB
Jumlah Instalasi 243
Versi Saat Ini 0.9.1
Terakhir Diperbarui 2015-05-07
Tanggal Publikasi 2015-05-07
Penilaian 4.50/5 Total 4 Penilaian
Pengembang SL5
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}