Matcheto: Tinder Auto Liker

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

Matcheto: Tinder Auto Liker là gì?

Matcheto: Tinder Auto Liker là một tiện ích mở rộng Chrome được phát triển bởi https://matche.to, và tính năng chính của nó là "Smart Tinder Auto Swiper | Trains on Your Actions | Qualified Matches Only".

Ả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 Matcheto: Tinder Auto Liker

Tải xuống các tệp mở rộng Matcheto: Tinder Auto 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

                        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.                    

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

Tên Matcheto: Tinder Auto Liker Matcheto: Tinder Auto Liker
ID hnhdpofmdhcdadkbemohijefpaibfddc
URL Chính Thức https://chromewebstore.google.com/detail/matcheto-tinder-auto-like/hnhdpofmdhcdadkbemohijefpaibfddc
Mô tả Smart Tinder Auto Swiper | Trains on Your Actions | Qualified Matches Only
Kích Thước Tệp 229 KB
Số Lần Cài Đặt 693
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2020-08-01
Ngày Phát Hành 2020-07-03
Đánh Giá 3.62/5 Tổng số 13 Đánh Giá
Nhà Phát Triển https://matche.to
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://matche.to
Ngôn Ngữ Được Hỗ Trợ 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
}