Matcheto: Tinder Auto Liker

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

Τι είναι το Matcheto: Tinder Auto Liker;

Το Matcheto: Tinder Auto Liker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://matche.to, και η κύρια λειτουργία του είναι "Smart Tinder Auto Swiper | Trains on Your Actions | Qualified Matches Only".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Matcheto: Tinder Auto Liker

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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
}