TSR Wait Skipper
Skip past the 10 second timer on TheSimsResource.com and auto download TheSimsCatalog.com mods.
Qu'est-ce que TSR Wait Skipper ?
TSR Wait Skipper est une extension Chrome développée par lord_voldemort, et sa fonction principale est "Skip past the 10 second timer on TheSimsResource.com and auto download TheSimsCatalog.com mods.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TSR Wait Skipper
Téléchargez les fichiers d'extension TSR Wait Skipper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | TSR Wait Skipper |
ID | fkhnpccgeinkjjpfhpjeohobbmnpapkc |
URL Officiel | 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. |
Taille du Fichier | 65.57 KB |
Nombre d'Installations | 5,307 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2020-07-05 |
Date de Publication | 2020-07-04 |
Évaluation | 2.76/5 Total 106 Évaluations |
Développeur | lord_voldemort |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |