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