New Speed: Change the speed of ANY video

Change video speed on any videos including YouTube, HTML5, Vimeo, and more!

ما هو New Speed: Change the speed of ANY video؟

New Speed: Change the speed of ANY video هو إضافة Chrome تم تطويرها بواسطة garrrettt، والميزة الرئيسية لها هي "Change video speed on any videos including YouTube, HTML5, Vimeo, and more!".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة New Speed: Change the speed of ANY video

قم بتنزيل ملفات الامتداد New Speed: Change the speed of ANY video بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Want to see that sports clip in slow motion? Want to fast forward through a boring lecture?

New Speed empowers you to change the speed of ANY video on ANY website including your professor's random videos! New Speed lets you change the precise speed of a video, not just the defaults provided on YouTube.

Give it a try! It's free! All feedback is welcome!

Check out the source code here: https://github.com/garrrettt/new-speed                    

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

الاسم New Speed: Change the speed of ANY video New Speed: Change the speed of ANY video
ID cfolgdebpckafpglfoophadcpgnkpkcf
عنوان URL الرسمي https://chrome.google.com/webstore/detail/new-speed-change-the-spee/cfolgdebpckafpglfoophadcpgnkpkcf
الوصف Change video speed on any videos including YouTube, HTML5, Vimeo, and more!
حجم الملف 36.35 KB
عدد التثبيتات 653
النسخة الحالية 1.0.0
آخر تحديث 2019-11-02
تاريخ النشر 2019-11-02
تقييم 5.00/5 مجموع تقييمات 5
المطور garrrettt
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Speed: Change the speed of ANY video",
    "icons": {
        "16": "icons\/new_speed_icon_16.png",
        "32": "icons\/new_speed_icon_32.png",
        "48": "icons\/new_speed_icon_48.png",
        "96": "icons\/new_speed_icon_96.png",
        "128": "icons\/new_speed_icon_128.png"
    },
    "version": "1.0.0",
    "description": "Change video speed on any videos including YouTube, HTML5, Vimeo, and more!",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    }
}