WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Auto Youtube Shorts Scroller

Auto Youtube Shorts Scroller

View on Chrome Web Store
View Auto Youtube Shorts Scroller Chrome Extension on Chrome Web Store
Add to bookmarks
3.9 (70 ratings)
1 new ratings
0 views
This extension has been viewed 0 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.

Automatically scrolls to the next Youtube Short when one ends!
Type
Extension
Users
20,000 users
5K
Website tyson3101.com
Tyson3101
View author page of Tyson3101
Published
Published on October 15, 2023
Version 3.1.3
Manifest version
3
Updated
Updated on June 6, 2025
lifestyle/entertainment
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Auto Youtube Shorts Scroller 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",
    "manifest_version": 3,
    "name": "Auto Youtube Shorts Scroller",
    "version": "3.1.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                ".\/dist\/content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "img\/autoYTScrollerIcon16.png",
        "48": "img\/autoYTScrollerIcon48.png",
        "128": "img\/autoYTScrollerIcon128.png"
    },
    "background": {
        "service_worker": ".\/dist\/background.js"
    },
    "action": {
        "default_popup": ".\/popup\/popup.html",
        "default_icon": ".\/img\/autoYTScrollerIcon128.png",
        "default_title": "Start scrolling!"
    },
    "description": "Automatically scrolls to the next Youtube Short when one ends!"
}
© 2025 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