TSR Wait Skipper
Skip past the 10 second timer on TheSimsResource.com and auto download TheSimsCatalog.com mods.
TSR Wait Skipper là gì?
TSR Wait Skipper là một tiện ích mở rộng Chrome được phát triển bởi lord_voldemort, và tính năng chính của nó là "Skip past the 10 second timer on TheSimsResource.com and auto download TheSimsCatalog.com mods.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TSR Wait Skipper
Tải xuống các tệp mở rộng TSR Wait Skipper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TSR Wait Skipper |
ID | fkhnpccgeinkjjpfhpjeohobbmnpapkc |
URL Chính Thức | https://chromewebstore.google.com/detail/tsr-wait-skipper/fkhnpccgeinkjjpfhpjeohobbmnpapkc |
Mô tả | Skip past the 10 second timer on TheSimsResource.com and auto download TheSimsCatalog.com mods. |
Kích Thước Tệp | 65.57 KB |
Số Lần Cài Đặt | 5,307 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2020-07-05 |
Ngày Phát Hành | 2020-07-04 |
Đánh Giá | 2.76/5 Tổng số 106 Đánh Giá |
Nhà Phát Triển | lord_voldemort |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |