Auto Swiper Free

Automatically swipes for you on your behalf.

Что такое Auto Swiper Free?

Auto Swiper Free - это расширение Chrome, разработанное Roy Ernst, и его основная функция - "Automatically swipes for you on your behalf.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Auto Swiper Free

Скачайте файлы расширений Auto Swiper Free в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Automatically swipes for you on your behalf. Leave the window in the background for the best effect. Do not leave open for inhuman amount of hours.                    

Основная информация о расширении

Название Auto Swiper Free Auto Swiper Free
ID fgkcalcgebocnghiklhjhnhdolpfigie
Официальный URL https://chromewebstore.google.com/detail/auto-swiper-free/fgkcalcgebocnghiklhjhnhdolpfigie
Описание Automatically swipes for you on your behalf.
Размер файла 124 KB
Количество установок 11
Текущая Версия 1.0.2
Последнее Обновление 2022-07-06
Дата публикации 2022-07-06
Разработчик Roy Ernst
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Swiper Free",
    "version": "1.0.2",
    "manifest_version": 3,
    "description": "Automatically swipes for you on your behalf.",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Auto Swiper Free",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "host_permissions": [
        "https:\/\/tinder.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tinder.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}