When a Steam collection exceeds 1 000 items, the user interface often breaks, locks up, or fails to display additional items. This extension allows you to safely split your mods into multi-part collections (e.g. Part 1 and Part 2) without needing to unsubscribe, preserving your local mod load orders and gigabytes of local files.
- Steam's "Add to Collection" edit screen only displays and properply handles up to 1,000 subscribed mods. If you have 1200 mods, the last 200 are may appear invisible or/and cursed in the editor, making it incredibly infuriating to find and isolate them for a simple backup;
- The common workaround of "unsubscribing from the first 1.000" forces Steam to delete local files, ruining custom load orders, game configurations, and forcing massive, time-consuming redownloads.
This extension solves both issues purely on the client side:
- It traverses your paginated subscriptions page in the background using your active browser session;
- It fetches and parses your existing 1,000-item collection to pinpoint exactly which mods are missing;
- It keeps you subscribed throughout the entire process, meaning your local files and game configuration remain completely untouched;
- It interfaces with Steam's native endpoints to queue and batch-add only the identified missing items to your secondary backup collection. Aint it cool?
Because this is a personal-use utility i AI-slopped under 5 minutes, you cant really install it from the Web Store (only if its gonna end up really popular request, until dat imma too lazy hehehe)
Instead, load it directly as an "unpacked developer extension":
-
Download this repository code (Releases -> Assets ->
Source code) or git clone it to your local machine;1.1. If its appeared as archive - unpack it somewhere and copy the path;
-
Open your Chromium-based browser (Chrome, Edge, Brave, etc.) and navigate to da extensions manager:
- Chrome/Brave:
chrome://extensions - Edge:
edge://extensions - Yandex:
browser://extensions - etc.
- Chrome/Brave:
-
Toggle the "Developer mode" or smth most similar switch in the top-right corner;
-
Click "Load unpacked" or smth most similar in the top-left corner;
-
Enter the path to da extension;
-
Click the extension puzzle piece icon in your toolbar and pin the Steam Collection Helper. Done!
- Open your web browser and go to your game's Subscribed Items page on Steam.
- expected URL format:
https://steamcommunity.com/id/YOUR_PROFILE/myworkshopfiles/?appid=XXXXXX&browsefilter=mysubscriptions
- expected URL format:
- Click the extension icon and select "1. Find Missing Items".
- When prompted, paste the URL of your existing 1000-item collection.
- The extension will crawl your subscription pages, compare them, download a
missing_workshop_mods.txtfile, and cache the remaining item IDs internally.
- Create your new secondary collection on Steam (e.g., "My Mods - Part 2").
- Go to its "Add / Edit Child Items" page, and make sure you are on the "Subscribed Items" tab.
- Click the extension icon and select "2. Add Missing to Part 2".
- Confirm the prompt. The script will automatically add only the remaining cached IDs to your new collection.
- Once the process completes, refresh the page. And congrats!
- No local file deletions or redownloads;
- Compares total active subscriptions against any specified Steam collection;
- Passes data between Steam sub-domains safely using
localStorageunder the same-origin policy; - Automatically downloads a
missing_workshop_mods.txtlist of direct URLs for external backup; - Includes safety delays between page fetches to respect Steam's server rate limits;
- Should be Millennium's mode Extendium compatible, so u can do all that right in the Steam client by producing pretty much same installation steps;
Feel free to visit Github Issues tab above and ur thoughts, i will look thro when got spare minute
This tool is designed to address search queries such as:
Steam workshop collection 1000 limit fix
How to backup more than 1000 steam workshop mods
Steam collection add all subscribed items script
How to find unsubscribed mods in steam collection
Steam workshop bulk add collection browser extension
Steam collection edit page not showing all mods
Split steam collection without unsubscribing