Matcheto: Tinder Auto Liker

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

Hvad er Matcheto: Tinder Auto Liker?

Matcheto: Tinder Auto Liker er en Chrome-udvidelse udviklet af https://matche.to, og dens hovedfunktion er "Smart Tinder Auto Swiper | Trains on Your Actions | Qualified Matches Only".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Matcheto: Tinder Auto Liker-udvidelses-CRX-fil

Download Matcheto: Tinder Auto Liker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Matcheto: Tinder Auto Liker Matcheto: Tinder Auto Liker
ID hnhdpofmdhcdadkbemohijefpaibfddc
Officiel URL https://chromewebstore.google.com/detail/matcheto-tinder-auto-like/hnhdpofmdhcdadkbemohijefpaibfddc
Beskrivelse Smart Tinder Auto Swiper | Trains on Your Actions | Qualified Matches Only
Filstørrelse 229 KB
Antal Installationer 693
Nuværende Version 0.1.3
Senest Opdateret 2020-08-01
Udgivelsesdato 2020-07-03
Bedømmelse 3.62/5 Samlet 13 Bedømmelser
Udvikler https://matche.to
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://matche.to
Understøttede Sprog 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
}