WebExtension.net
WebExtension.net

Auto Youtube Shorts Scroller

View on Chrome Web Store
View Auto Youtube Shorts Scroller Chrome Extension on Chrome Web Store
3.7 (32 ratings)

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
10,000 users
Website tyson3101.com
Tyson3101
View author page of Tyson3101
Published
Published on October 15, 2023
Version 2.5.3
Manifest version
3
Updated
Updated on July 8, 2024
View on Chrome Web Store
View Auto Youtube Shorts Scroller Chrome Extension on Chrome Web Store
lifestyle/entertainment
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto Youtube Shorts Scroller",
    "version": "2.5.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!"
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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