YouTube scroll

Scroll 'Up next' section and comments section while keeping an eye to the video

ما هو YouTube scroll؟

YouTube scroll هو إضافة Chrome تم تطويرها بواسطة Valentin Drolet، والميزة الرئيسية لها هي "Scroll 'Up next' section and comments section while keeping an eye to the video".

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

screenshot

تحميل ملف CRX للإضافة YouTube scroll

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

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

                        This extension allow you to scroll in the 'Up next' panel and switch to an 'Comments view' whithout leaving the video of the screen                    

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

الاسم YouTube scroll YouTube scroll
ID mbmkbplmpdgbkcgnffmjomijgoljafmg
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-scroll/mbmkbplmpdgbkcgnffmjomijgoljafmg
الوصف Scroll 'Up next' section and comments section while keeping an eye to the video
حجم الملف 9.14 KB
عدد التثبيتات 23
النسخة الحالية 1.0
آخر تحديث 2020-05-02
تاريخ النشر 2020-05-02
المطور Valentin Drolet
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube scroll",
    "version": "1.0",
    "description": "Scroll 'Up next' section and comments section while keeping an eye to the video",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "scrollbar.css"
            ]
        }
    ]
}