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
Eメール [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"
    }
}