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. 擴展基本資訊
| 名稱 | |
| ID | fkhnpccgeinkjjpfhpjeohobbmnpapkc |
| 官方網址 | 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\/*"
]
} | |