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
公式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
Eメール [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
}