TSR Wait Skipper
Skip past the 10 second timer on TheSimsResource.com and auto download TheSimsCatalog.com mods.
What is TSR Wait Skipper?
TSR Wait Skipper is a Chrome extension developed by lord_voldemort, and its main feature is "Skip past the 10 second timer on TheSimsResource.com and auto download TheSimsCatalog.com mods.".
Extension Screenshots
Download TSR Wait Skipper Extension CRX File
Download TSR Wait Skipper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Don't wait for TheSimsResource timer! Life is too short. Features - Adds an "InstaDownload" button to TheSimsResource mods. - Auto-clicks "Download" on TheSimsCatalog mods. Instructions - Click InstaDownload. - Download should start and bring you back to your previous page. Release Notes v1.3 - Fix the skipping using new download technique. v1.2 - Fix the extension not working when you don't run uBlock. v1.1 - Fix downloads not kicking in sometimes. - Add auto-click for TheSimsCatalog pages. v1.0 - Initial release.
Extension Basic Information
Name | TSR Wait Skipper |
ID | fkhnpccgeinkjjpfhpjeohobbmnpapkc |
Official URL | https://chromewebstore.google.com/detail/tsr-wait-skipper/fkhnpccgeinkjjpfhpjeohobbmnpapkc |
Description | Skip past the 10 second timer on TheSimsResource.com and auto download TheSimsCatalog.com mods. |
File Size | 65.57 KB |
Installation Count | 5,307 |
Current Version | 1.3 |
Last Updated | 2020-07-05 |
Publish Date | 2020-07-04 |
Rating | 2.76/5 Total 106 Ratings |
Developer | lord_voldemort |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TSR Wait Skipper", "version": "1.3", "description": "Skip past the 10 second timer on TheSimsResource.com and auto download TheSimsCatalog.com mods.", "author": "lord_voldemort", "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.thesimsresource.com\/*", "*:\/\/thesimscatalog.com\/sims4\/downloads\/*" ], "css": [ "styles.css" ], "js": [ "inject.js" ], "run_at": "document_idle" } ], "permissions": [ "*:\/\/*.thesimsresource.com\/*", "*:\/\/thesimscatalog.com\/sims4\/downloads\/*" ] } |