Fast Forward Speed Control

Control the playback speed of videos beyond standard limits.

ما هو Fast Forward Speed Control؟

Fast Forward Speed Control هو إضافة Chrome تم تطويرها بواسطة ervikth، والميزة الرئيسية لها هي "Control the playback speed of videos beyond standard limits.".

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

screenshot

تحميل ملف CRX للإضافة Fast Forward Speed Control

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

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

                        Quick Guide:
To increase speed: Click '>>' or scroll up
To decrease speed: Click '<<' or scroll down

Take control of video playback speeds effortlessly with our extension, surpassing the standard 2x limit with a mere icon click or a scroll. Designed to be lightweight and intuitive, it offers seamless speed adjustments for an uninterrupted viewing experience, free from obtrusive controls                    

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

الاسم Fast Forward Speed Control Fast Forward Speed Control
ID onphnbdaloaeamdhncmepiklcplinpke
عنوان URL الرسمي https://chromewebstore.google.com/detail/fast-forward-speed-contro/onphnbdaloaeamdhncmepiklcplinpke
الوصف Control the playback speed of videos beyond standard limits.
حجم الملف 21.68 KB
عدد التثبيتات 7,255
النسخة الحالية 1.60
آخر تحديث 2024-01-22
تاريخ النشر 2016-07-23
تقييم 4.27/5 مجموع تقييمات 11
المطور ervikth
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/Ervikth
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Fast Forward Speed Control",
    "version": "1.60",
    "description": "Control the playback speed of videos beyond standard limits.",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}