YouTube scroll

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

YouTube scroll क्या है?

YouTube scroll Valentin Drolet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Scroll 'Up next' section and comments section while keeping an eye to the video"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में YouTube scroll एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}