YouTube Player Speed Controls

Adds playback speed controls to player control bar.

ما هو YouTube Player Speed Controls؟

YouTube Player Speed Controls هو إضافة Chrome تم تطويرها بواسطة Seishin4real، والميزة الرئيسية لها هي "Adds playback speed controls to player control bar.".

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

screenshot

تحميل ملف CRX للإضافة YouTube Player Speed Controls

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

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

                        Adds playback speed controls to the control bar of the youtube player.                    

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

الاسم YouTube Player Speed Controls YouTube Player Speed Controls
ID acibbdogpnpdfhhhhiofgegplmhhffgf
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-player-speed-cont/acibbdogpnpdfhhhhiofgegplmhhffgf
الوصف Adds playback speed controls to player control bar.
حجم الملف 14.8 KB
عدد التثبيتات 975
النسخة الحالية 1.0
آخر تحديث 2019-05-02
تاريخ النشر 2019-05-02
تقييم 4.29/5 مجموع تقييمات 17
المطور Seishin4real
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Player Speed Controls",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Adds playback speed controls to player control bar.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon48.png"
    },
    "permissions": [
        "storage",
        "*:\/\/www.youtube.com\/*"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "scripts\/scripts.js"
            ]
        }
    ]
}