HTML5 Video Speed Control

Speed controls for html5 video.

ما هو HTML5 Video Speed Control؟

HTML5 Video Speed Control هو إضافة Chrome تم تطويرها بواسطة thebenedictchen، والميزة الرئيسية لها هي "Speed controls for html5 video.".

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

screenshot

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

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

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

                        Watching videos and they're too slow for you?
Adds speed controls to any HTML5 video.  The controls have no limits on speed.


Created by Benedict Chen. If you like it, you can buy me a beer with PayPal.
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WXQKYYKPHWXHS


Open source!
Github: https://github.com/benedictchen/google-chrome-html5video-controls                    

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

الاسم HTML5 Video Speed Control HTML5 Video Speed Control
ID ejdipbccipeloijefbkiakckfhdbgocg
عنوان URL الرسمي https://chrome.google.com/webstore/detail/html5-video-speed-control/ejdipbccipeloijefbkiakckfhdbgocg
الوصف Speed controls for html5 video.
حجم الملف 69.25 KB
عدد التثبيتات 20,000
النسخة الحالية 1.42
آخر تحديث 2017-11-18
تاريخ النشر 2017-11-18
تقييم 3.93/5 مجموع تقييمات 203
المطور thebenedictchen
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://benedictchen.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HTML5 Video Speed Control",
    "description": "Speed controls for html5 video.",
    "options_page": "options.html",
    "version": "1.42",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "speedcontrol.js"
            ],
            "all_frames": true
        }
    ]
}