Automatic Swiper

This is an automatic swiper!!!

Что такое Automatic Swiper?

Automatic Swiper - это расширение Chrome, разработанное rugby.yujiro, и его основная функция - "This is an automatic swiper!!!".

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

screenshot

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

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

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

                        Automatic Swiper for Tinder
Go https://tinder.com/app/recs
Click {Start Auto Swiper!!!} button
It will work.                    

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

Название Automatic Swiper Automatic Swiper
ID ahjbfbnfkaaoljpnienmfbgkjanfdgmj
Официальный URL https://chromewebstore.google.com/detail/automatic-swiper/ahjbfbnfkaaoljpnienmfbgkjanfdgmj
Описание This is an automatic swiper!!!
Размер файла 3.62 KB
Количество установок 50
Текущая Версия 1.0.0
Последнее Обновление 2019-08-10
Дата публикации 2019-08-10
Рейтинг 2.00/5 Всего 1 оценок
Разработчик rugby.yujiro
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Automatic Swiper",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "This is an automatic swiper!!!",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tinder.com\/app\/recs"
            ],
            "js": [
                "main.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ]
}