WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Shorts scroller, works with Youtube [QVI]

Shorts scroller, works with Youtube [QVI]

View on Chrome Web Store
View Shorts scroller, works with Youtube [QVI] Chrome Extension on Chrome Web Store
Add to bookmarks
4.2 (29 ratings)
1 new ratings
42 views
This extension has been viewed 42 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Independent software - not affiliated with YouTube. Auto-scroll Shorts, use custom keyboard shortcuts and quick access button.
Type
Extension
Users
10,000 users
35
BestChromeExtensions
View author page of BestChromeExtensions
Published
Published on March 22, 2024
Version 0.0.18
Manifest version
3
Updated
Updated on December 11, 2025
lifestyle/entertainment
Extension Category
View on Chrome Web Store
View Shorts scroller, works with Youtube [QVI] Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "0.0.18",
    "options_page": "options.html",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "36YoutubeScroller.png"
    },
    "content_scripts": [
        {
            "js": [
                "options.js",
                "content.js",
                "baner.js"
            ],
            "css": [
                "baner.css"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        },
        {
            "js": [
                "options.js",
                "contentAll.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "css": [
                "contentAll.css"
            ]
        },
        {
            "js": [
                "crunchyroll.min.js"
            ],
            "matches": [
                "*:\/\/*.crunchyroll.com\/*"
            ]
        },
        {
            "js": [
                "stats.min.js"
            ],
            "matches": [
                "*:\/\/*.shahid.mbc.net\/*",
                "*:\/\/*.osnplus.com\/*",
                "*:\/\/*.starzplay.com\/*",
                "*:\/\/*.globoplay.globo.com\/*",
                "*:\/\/*.amcplus.com\/*",
                "*:\/\/*.mgmplus.com\/*",
                "*:\/\/*.pluto.tv\/*"
            ]
        }
    ],
    "icons": {
        "36": "36YoutubeScroller.png",
        "128": "128YoutubeScroller.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "36YoutubeScroller.png",
                "times-solid.svg"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top