Tinder Auto Liker

Tinder Auto Liker is a powerful Chrome extension allows you to automatically like profiles on Tinder that meet specific criteria

Tinder Auto Likerคืออะไร?

Tinder Auto Liker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย derek39576 และคุณลักษณะหลักของมันคือ "Tinder Auto Liker is a powerful Chrome extension allows you to automatically like profiles on Tinder that meet specific criteria"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tinder Auto Liker

ดาวน์โหลดไฟล์ส่วนขยาย Tinder Auto Liker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Tinder Auto Liker is a powerful Chrome extension that allows you to automatically like profiles on Tinder that meet specific criteria. This extension enables you to filter potential matches based on distance and age range, increasing the chances of finding a suitable match.

Using this extension is straightforward. Simply input your desired filtering criteria, including distance and age range, in the extension's settings. As you browse through profiles on Tinder, the extension will automatically like profiles that meet your specified criteria.

The goal of the Tinder Auto Liker extension is to save you time and effort while increasing your matching efficiency. It reduces the need to manually swipe and like profiles on Tinder, allowing you to focus on connecting with individuals who genuinely pique your interest.

While this extension offers convenience, it is important to adhere to the rules and terms of use set by the Tinder platform. Ensure that your actions are legal, socially responsible, and respectful of others' privacy. Please note that you assume all responsibility and risks associated with using this extension.

If you have any questions, suggestions, or feedback, you can contact the extension developer at [email protected]. They will be happy to communicate with you and provide assistance.

We hope this information is helpful to you! Best of luck in finding your ideal match on Tinder!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tinder Auto Liker Tinder Auto Liker
ID mglnblkapldcjmailmbbeiglamhbahki
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tinder-auto-liker/mglnblkapldcjmailmbbeiglamhbahki
คำอธิบาย Tinder Auto Liker is a powerful Chrome extension allows you to automatically like profiles on Tinder that meet specific criteria
ขนาดไฟล์ 25.76 KB
จำนวนการติดตั้ง 67
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2023-10-21
วันที่เผยแพร่ 2023-10-20
ผู้พัฒนา derek39576
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tinder Auto Liker",
    "version": "0.1.0",
    "description": "Tinder Auto Liker is a powerful Chrome extension allows you to automatically like profiles on Tinder that meet specific criteria",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Tinder Auto Liker",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/tinder.com\/*",
                "*:\/\/*.tinder.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "contentScript.js"
            ]
        }
    ]
}