TSR Wait Skipper

Skip past the 10 second timer on TheSimsResource.com and auto download TheSimsCatalog.com mods.

TSR Wait Skipperคืออะไร?

TSR Wait Skipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lord_voldemort และคุณลักษณะหลักของมันคือ "Skip past the 10 second timer on TheSimsResource.com and auto download TheSimsCatalog.com mods."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TSR Wait Skipper

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*"
    ]
}