Auto Date Liker

This extension is use to start auto like on Tinder, Bumble and OKCupid

Что такое Auto Date Liker?

Auto Date Liker - это расширение Chrome, разработанное http://frankdating.com, и его основная функция - "This extension is use to start auto like on Tinder, Bumble and OKCupid".

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

screenshot
screenshot
screenshot

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

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

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

                        All three dating apps auto like at one place 😻.
Features :
1. Tinder ✌️ - Tinder auto like comes with custom interval likes (by default 300ms).
2. Bumble 🤞 - Bumble auto like comes with custom interval likes (by default 300ms).
2. Happn 🤞 - Happn auto like comes with custom interval likes (by default 1000ms).
3. Okcupid 🤟 - Okcupid auto like does more than just liking profile, It gives you flexibility to add your own intro message. (default pick-up line will be sent if message input is empty).

New Updates : 
1. Added Happn auto like support                    

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

Название Auto Date Liker Auto Date Liker
ID epbgmgeiekbemgmnhngpmefkdchajakn
Официальный URL https://chrome.google.com/webstore/detail/auto-date-liker/epbgmgeiekbemgmnhngpmefkdchajakn
Описание This extension is use to start auto like on Tinder, Bumble and OKCupid
Размер файла 60.23 KB
Количество установок 501
Текущая Версия 3.0
Последнее Обновление 2023-03-04
Дата публикации 2020-05-06
Рейтинг 4.11/5 Всего 9 оценок
Разработчик http://frankdating.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://frankdating.com
URL страницы помощи https://frankdating.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Date Liker",
    "version": "3.0",
    "description": "This extension is use to start auto like on Tinder, Bumble and OKCupid",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Date Liker",
        "default_icon": "icon.png"
    }
}