Reddit Video Speed Controls

Add speed controls to reddit videos

ما هو Reddit Video Speed Controls؟

Reddit Video Speed Controls هو إضافة Chrome تم تطويرها بواسطة TheGomesTeam، والميزة الرئيسية لها هي "Add speed controls to reddit videos".

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

screenshot
screenshot

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

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

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

                        The Reddit Video Player is known to be painful. One thing it does by default is hide the video speed controls. This extension remedies that by 
adding simple video speed controls to the bottom of a video posts that use the Reddit Video Player.                    

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

الاسم Reddit Video Speed Controls Reddit Video Speed Controls
ID ejpdiepbmgcbchelhcoeebimacheocdl
عنوان URL الرسمي https://chromewebstore.google.com/detail/reddit-video-speed-contro/ejpdiepbmgcbchelhcoeebimacheocdl
الوصف Add speed controls to reddit videos
حجم الملف 744 KB
عدد التثبيتات 16
النسخة الحالية 1.0
آخر تحديث 2023-05-17
تاريخ النشر 2023-05-16
المطور TheGomesTeam
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Reddit Video Speed Controls",
    "version": "1.0",
    "description": "Add speed controls to reddit videos",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-38.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.reddit.com\/*",
                "http:\/\/www.reddit.com\/*",
                "https:\/\/reddit.com\/*",
                "http:\/\/reddit.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}