Video Speed Control Jumper

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

ما هو Video Speed Control Jumper؟

Video Speed Control Jumper هو إضافة Chrome تم تطويرها بواسطة SL5، والميزة الرئيسية لها هي "jumps into Html5-Video, seconds away from beginning and offers some shortcuts. controls works with memory effect.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Video Speed Control Jumper

قم بتنزيل ملفات الامتداد Video Speed Control Jumper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Video Speed Control Jumper Video Speed Control Jumper
ID lcjhkgahjcaldenlagajefcbgkccnlkc
عنوان URL الرسمي https://chrome.google.com/webstore/detail/video-speed-control-jumpe/lcjhkgahjcaldenlagajefcbgkccnlkc
الوصف jumps into Html5-Video, seconds away from beginning and offers some shortcuts. controls works with memory effect.
حجم الملف 169 KB
عدد التثبيتات 243
النسخة الحالية 0.9.1
آخر تحديث 2015-05-07
تاريخ النشر 2015-05-07
تقييم 4.50/5 مجموع تقييمات 4
المطور SL5
نوع الدفع free
اللغات المدعومة 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"
    }
}