YouTube scroll

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

Vad är YouTube scroll?

YouTube scroll är en Chrome-tillägg utvecklad av Valentin Drolet, och dess huvudfunktion är "Scroll 'Up next' section and comments section while keeping an eye to the video".

Tilläggsskärmbilder

screenshot

Ladda ner YouTube scroll-förlängningens CRX-fil

Ladda ner YouTube scroll-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn YouTube scroll YouTube scroll
ID mbmkbplmpdgbkcgnffmjomijgoljafmg
Officiell webbadress https://chromewebstore.google.com/detail/youtube-scroll/mbmkbplmpdgbkcgnffmjomijgoljafmg
Beskrivning Scroll 'Up next' section and comments section while keeping an eye to the video
Filstorlek 9.14 KB
Antal Installationer 23
Aktuell Version 1.0
Senast Uppdaterad 2020-05-02
Publiceringsdatum 2020-05-02
Utvecklare Valentin Drolet
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}