Video Speed Control x0.1-5

Speed up or Slow down any video from up to 5x to 0.1x on all HTML5 sites.

ما هو Video Speed Control x0.1-5؟

Video Speed Control x0.1-5 هو إضافة Chrome تم تطويرها بواسطة https://covidcures.live، والميزة الرئيسية لها هي "Speed up or Slow down any video from up to 5x to 0.1x on all HTML5 sites.".

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

screenshot

تحميل ملف CRX للإضافة Video Speed Control x0.1-5

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

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

                        You can change the speed of any HTML5 video, this includes YouTube, Vimeo, Websites and Adverts!                    

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

الاسم Video Speed Control x0.1-5 Video Speed Control x0.1-5
ID lcdjldcaalmmkpogignniieicpdlhpmb
عنوان URL الرسمي https://chromewebstore.google.com/detail/video-speed-control-x01-5/lcdjldcaalmmkpogignniieicpdlhpmb
الوصف Speed up or Slow down any video from up to 5x to 0.1x on all HTML5 sites.
حجم الملف 181 KB
عدد التثبيتات 220
النسخة الحالية 1.2.0
آخر تحديث 2021-03-08
تاريخ النشر 2021-02-23
تقييم 4.00/5 مجموع تقييمات 1
المطور https://covidcures.live
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Speed Control x0.1-5",
    "version": "1.2.0",
    "description": "Speed up or Slow down any video from up to 5x to 0.1x on all HTML5 sites.",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "\/js\/popup.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Video Speed Control",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png",
            "256": "icons\/icon-256.png",
            "512": "icons\/icon-512.png"
        }
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png",
        "256": "icons\/icon-256.png",
        "512": "icons\/icon-512.png"
    },
    "manifest_version": 2
}