Matcheto: Tinder Auto Liker

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

什麼是Matcheto: Tinder Auto Liker?

Matcheto: Tinder Auto Liker是由https://matche.to開發的Chrome擴展程式,該擴展的主要功能是“Smart Tinder Auto Swiper | Trains on Your Actions | Qualified Matches Only”。

擴展截圖

screenshot
screenshot
screenshot

下載Matcheto: Tinder Auto Liker擴展crx文件

下載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
官方網址 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
}