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\/*"
    ]
}