TSR Wait Skipper
Skip past the 10 second timer on TheSimsResource.com and auto download TheSimsCatalog.com mods.
Was ist TSR Wait Skipper?
TSR Wait Skipper ist eine Chrome-Erweiterung, die von lord_voldemort entwickelt wurde, und ihr Hauptmerkmal ist "Skip past the 10 second timer on TheSimsResource.com and auto download TheSimsCatalog.com mods.".
Erweiterungsscreenshots
TSR Wait Skipper-Erweiterungs-CRX-Datei herunterladen
Laden Sie TSR Wait Skipper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | TSR Wait Skipper |
ID | fkhnpccgeinkjjpfhpjeohobbmnpapkc |
Offizielle URL | https://chromewebstore.google.com/detail/tsr-wait-skipper/fkhnpccgeinkjjpfhpjeohobbmnpapkc |
Beschreibung | Skip past the 10 second timer on TheSimsResource.com and auto download TheSimsCatalog.com mods. |
Dateigröße | 65.57 KB |
Installationsanzahl | 5,307 |
Aktuelle Version | 1.3 |
Letztes Update | 2020-07-05 |
Veröffentlichungsdatum | 2020-07-04 |
Bewertung | 2.76/5 Insgesamt 106 Bewertungen |
Entwickler | lord_voldemort |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } |