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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Skip past the 10 second timer on TheSimsResource.com and auto download TheSimsCatalog.com mods."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TSR Wait Skipper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}