Matcheto: Tinder Auto Liker
Smart Tinder Auto Swiper | Trains on Your Actions | Qualified Matches Only
Was ist Matcheto: Tinder Auto Liker?
Matcheto: Tinder Auto Liker ist eine Chrome-Erweiterung, die von https://matche.to entwickelt wurde, und ihr Hauptmerkmal ist "Smart Tinder Auto Swiper | Trains on Your Actions | Qualified Matches Only".
Erweiterungsscreenshots
Matcheto: Tinder Auto Liker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Matcheto: Tinder Auto Liker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Matcheto: Tinder Auto Liker |
ID | hnhdpofmdhcdadkbemohijefpaibfddc |
Offizielle URL | https://chromewebstore.google.com/detail/matcheto-tinder-auto-like/hnhdpofmdhcdadkbemohijefpaibfddc |
Beschreibung | Smart Tinder Auto Swiper | Trains on Your Actions | Qualified Matches Only |
Dateigröße | 229 KB |
Installationsanzahl | 693 |
Aktuelle Version | 0.1.3 |
Letztes Update | 2020-08-01 |
Veröffentlichungsdatum | 2020-07-03 |
Bewertung | 3.62/5 Insgesamt 13 Bewertungen |
Entwickler | https://matche.to |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://matche.to |
Unterstützte Sprachen | 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 } |