Video Speed Tweak

Change YouTube/Vimeo play speed using your keyboard (tweak of VideoSpeed). Set default speed to 2.5.

ما هو Video Speed Tweak؟

Video Speed Tweak هو إضافة Chrome تم تطويرها بواسطة robotreply، والميزة الرئيسية لها هي "Change YouTube/Vimeo play speed using your keyboard (tweak of VideoSpeed). Set default speed to 2.5.".

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

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

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

                        Set the default YouTube video speed to 2.5x                    

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

الاسم Video Speed Tweak Video Speed Tweak
ID inkbcfnbjddnjfdkogbjcljioedfamag
عنوان URL الرسمي https://chrome.google.com/webstore/detail/video-speed-tweak/inkbcfnbjddnjfdkogbjcljioedfamag
الوصف Change YouTube/Vimeo play speed using your keyboard (tweak of VideoSpeed). Set default speed to 2.5.
حجم الملف 92.36 KB
عدد التثبيتات 27
النسخة الحالية 0.0.1
آخر تحديث 2014-10-16
تاريخ النشر 2014-10-16
تقييم 5.00/5 مجموع تقييمات 1
المطور robotreply
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "main.css"
            ],
            "js": [
                "jquery-1.7.2.min.js",
                "main.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.vimeo.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Change YouTube\/Vimeo play speed using your keyboard (tweak of VideoSpeed). Set default speed to 2.5.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "27",
    "name": "Video Speed Tweak",
    "short_name": "VideoSpeed Tweak",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1"
}