Auto Date Liker

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

什么是Auto Date Liker?

Auto Date Liker是由http://frankdating.com开发的Chrome扩展程序,该扩展的主要功能是“This extension is use to start auto like on Tinder, Bumble and OKCupid”。

扩展截图

screenshot
screenshot
screenshot

下载Auto Date Liker扩展crx文件

下载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"
    }
}