Video Speed

Change the play speed of YouTube/Facebook/Vimeo/EggHead or ANY website using only your keyboard

ما هو Video Speed؟

Video Speed هو إضافة Chrome تم تطويرها بواسطة Gil Amran، والميزة الرئيسية لها هي "Change the play speed of YouTube/Facebook/Vimeo/EggHead or ANY website using only your keyboard".

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

screenshot

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

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

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

                        An easy way to control any HTML5 video playback speed.

[ Slowdown the video
] Speedup the video.
0 Reset, and get back to normal speed
- Go back 5 sec.
+ Skip 5 sec.


Have fun!
@gilamran

Note: This extension will ONLY work on the HTML5 version of YouTube                    

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

الاسم Video Speed Video Speed
ID fnjmlegmhldjolpmcfjhooibnchlafgg
عنوان URL الرسمي https://chrome.google.com/webstore/detail/video-speed/fnjmlegmhldjolpmcfjhooibnchlafgg
الوصف Change the play speed of YouTube/Facebook/Vimeo/EggHead or ANY website using only your keyboard
حجم الملف 23.07 KB
عدد التثبيتات 23,534
النسخة الحالية 2.0.7
آخر تحديث 2015-12-19
تاريخ النشر 2015-12-19
تقييم 4.34/5 مجموع تقييمات 83
المطور Gil Amran
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "27",
    "name": "__MSG_appName__",
    "short_name": "VideoSpeed",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "version": "2.0.7",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "content_scripts\/styles\/video-speed.css"
            ],
            "js": [
                "content_scripts\/scripts\/video_speed_content_scripts.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ]
}