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
官方網址 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"
    }
}