Matcheto: Tinder Auto Liker

Smart Tinder Auto Swiper | Trains on Your Actions | Qualified Matches Only

Matcheto: Tinder Auto Likerคืออะไร?

Matcheto: Tinder Auto Liker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://matche.to และคุณลักษณะหลักของมันคือ "Smart Tinder Auto Swiper | Trains on Your Actions | Qualified Matches Only"

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

screenshot
screenshot
screenshot

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

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

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

                        Matcheto is a smart autoswiper for Tinder, that learns from your actions.
No tricky adjustments. Just act as usual or run auto mode. 
A built-in artificial neural network helps to increase the number of matches that suits your preferences.
Matcheto spots bots and other suspicious profiles. It automates monotonous actions, and smart autoswipe algorithm allows to avoid false positives.
All traffic is encrypted with AES algorithm using 128-bit key, so your data is absolutely safe.                    

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

ชื่อ Matcheto: Tinder Auto Liker Matcheto: Tinder Auto Liker
ID hnhdpofmdhcdadkbemohijefpaibfddc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/matcheto-tinder-auto-like/hnhdpofmdhcdadkbemohijefpaibfddc
คำอธิบาย Smart Tinder Auto Swiper | Trains on Your Actions | Qualified Matches Only
ขนาดไฟล์ 229 KB
จำนวนการติดตั้ง 693
เวอร์ชันปัจจุบัน 0.1.3
อัปเดตครั้งล่าสุด 2020-08-01
วันที่เผยแพร่ 2020-07-03
คะแนน 3.62/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา https://matche.to
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://matche.to
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.3",
    "description": "Smart Tinder Auto Swiper | Trains on Your Actions | Qualified Matches Only",
    "name": "Matcheto: Tinder Auto Liker",
    "short_name": "Matcheto",
    "web_accessible_resources": [
        "images\/*.png",
        "inject.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.tinder.com\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "manifest_version": 2
}