TSR Wait Skipper
Skip past the 10 second timer on TheSimsResource.com and auto download TheSimsCatalog.com mods.
什么是TSR Wait Skipper?
TSR Wait Skipper是由lord_voldemort开发的Chrome扩展程序,该扩展的主要功能是“Skip past the 10 second timer on TheSimsResource.com and auto download TheSimsCatalog.com mods.”。
扩展截图
下载TSR Wait Skipper扩展crx文件
下载TSR Wait Skipper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | TSR Wait Skipper |
ID | fkhnpccgeinkjjpfhpjeohobbmnpapkc |
官方URL | https://chromewebstore.google.com/detail/tsr-wait-skipper/fkhnpccgeinkjjpfhpjeohobbmnpapkc |
简介 | Skip past the 10 second timer on TheSimsResource.com and auto download TheSimsCatalog.com mods. |
文件大小 | 65.57 KB |
安装次数 | 5,307 |
当前版本 | 1.3 |
更新时间 | 2020-07-05 |
上架时间 | 2020-07-04 |
评分 | 2.76/5 共106次评分 |
开发者 | lord_voldemort |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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\/*" ] } |