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.」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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\/*"
    ]
}