Matcheto: Tinder Auto Liker

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

Co je Matcheto: Tinder Auto Liker?

Matcheto: Tinder Auto Liker je rozšíření Chrome vyvinuté https://matche.to, a jeho hlavní funkcí je „Smart Tinder Auto Swiper | Trains on Your Actions | Qualified Matches Only“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Matcheto: Tinder Auto Liker

Stáhněte si soubory rozšíření Matcheto: Tinder Auto Liker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Matcheto: Tinder Auto Liker Matcheto: Tinder Auto Liker
ID hnhdpofmdhcdadkbemohijefpaibfddc
Oficiální URL https://chromewebstore.google.com/detail/matcheto-tinder-auto-like/hnhdpofmdhcdadkbemohijefpaibfddc
Popis Smart Tinder Auto Swiper | Trains on Your Actions | Qualified Matches Only
Velikost souboru 229 KB
Počet instalací 693
Aktuální Verze 0.1.3
Poslední Aktualizace 2020-08-01
Datum Vydání 2020-07-03
Hodnocení 3.62/5 Celkem 13 Hodnocení
Vývojář https://matche.to
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://matche.to
Podporované Jazyky 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
}