Auto Date Liker

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

Auto Date Liker là gì?

Auto Date Liker là một tiện ích mở rộng Chrome được phát triển bởi http://frankdating.com, và tính năng chính của nó là "This extension is use to start auto like on Tinder, Bumble and OKCupid".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Auto Date Liker

Tải xuống các tệp mở rộng Auto Date Liker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Auto Date Liker Auto Date Liker
ID epbgmgeiekbemgmnhngpmefkdchajakn
URL Chính Thức https://chrome.google.com/webstore/detail/auto-date-liker/epbgmgeiekbemgmnhngpmefkdchajakn
Mô tả This extension is use to start auto like on Tinder, Bumble and OKCupid
Kích Thước Tệp 60.23 KB
Số Lần Cài Đặt 501
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2023-03-04
Ngày Phát Hành 2020-05-06
Đánh Giá 4.11/5 Tổng số 9 Đánh Giá
Nhà Phát Triển http://frankdating.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://frankdating.com
URL Trang Trợ Giúp https://frankdating.com
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}