YouTube Shorts Auto Scroll Chrome Extension
Last Updated: June 2026
TL;DR: This extension keeps your settings and a few usage counts on your own device using Chrome's local storage. It makes no network requests, contacts no servers, and sends your data to no one.
No accounts. No analytics. No tracking. No remote code. Nothing ever leaves your browser.
The extension saves a small set of your own settings and counters locally, using chrome.storage.local, so they are remembered between page loads and browser sessions:
This data is stored only on your device. It is never uploaded, synced to a server, or shared with anyone.
The extension does not collect, store, transmit, or process any of the following:
While you are on the YouTube Shorts feed and auto-scroll is enabled, the extension works entirely inside your browser:
/shorts)All of this is transient and on-device. The page information it reads is used only in the moment to decide when to advance, and is not stored or sent anywhere.
The extension's sole purpose is to advance to the next Short when the current one ends, with an optional skip for Shorts longer than a length you choose. The settings and counters it stores are used only to:
The extension does not share, sell, or transfer your data to anyone. There is no developer-controlled server and no developer-controlled database. Your data never leaves your device.
The extension requests the minimum permissions needed to function:
To save your settings and local counters (listed in Section 1) on your own device so they persist between visits. This data is local only and is never transmitted.
The extension's script is matched to *://*.youtube.com/* so it can run on YouTube and operate the Shorts feed: detecting when you are viewing a Short, reading the active video's playback position to know when it ends, and triggering the move to the next Short. The feature only acts on Shorts pages. The broader YouTube match is required because YouTube is a single-page app — Shorts are often opened by clicking within YouTube rather than loading a /shorts URL directly, and a script limited to /shorts would not load during those in-app navigations. The script checks the path itself and stays idle on every other YouTube page.
No <all_urls>, *://*/*, or other broad host patterns are requested. No content script runs on any site other than YouTube.
None. The extension makes no network requests and contacts no external service. It uses no analytics platform, no advertising network, and no developer-controlled API. The only external reference anywhere in the extension is a plain link to the developer's website in the About panel, which opens in a new tab if you choose to click it.
Because the extension stores only on your own device, makes no network requests, and runs no developer-controlled server, there is no data in transit and no data at rest under the developer's control. The extension code:
eval(), or dynamic importsYou can remove all of the extension's stored settings and counters at any time by clearing the extension's data in your browser, or by uninstalling the extension.
The extension collects no personal data from anyone, including children under 13. Since no personally identifiable data is collected, stored, or transmitted, no special provisions for children's privacy are necessary.
If the extension's data practices change, this privacy policy will be updated and the "Last Updated" date at the top will reflect the change. Material changes (for example, adding any network request, third-party service, or new category of stored data) will be reflected here before being shipped in a new release.
Because no personal data is collected or retained by the developer, and all settings and counters live only on your own device:
If you have questions about this privacy policy or the extension's practices, you can:
This extension complies with:
Bottom Line
YouTube Shorts Auto Scroll is a small convenience tool for the Shorts feed. It runs entirely inside your browser, on YouTube Shorts pages only. Your settings and a few counters are saved on your device so they are there next time — nothing is uploaded, and no part of your data is ever sent off your machine.