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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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\/*"
    ]
}