Matcheto: Tinder Auto Liker
Smart Tinder Auto Swiper | Trains on Your Actions | Qualified Matches Only
Cos'è Matcheto: Tinder Auto Liker?
Matcheto: Tinder Auto Liker è un'estensione di Chrome sviluppata da https://matche.to, e la sua funzione principale è "Smart Tinder Auto Swiper | Trains on Your Actions | Qualified Matches Only".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Matcheto: Tinder Auto Liker
Scarica i file di estensione Matcheto: Tinder Auto Liker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Matcheto: Tinder Auto Liker |
ID | hnhdpofmdhcdadkbemohijefpaibfddc |
URL Ufficiale | https://chromewebstore.google.com/detail/matcheto-tinder-auto-like/hnhdpofmdhcdadkbemohijefpaibfddc |
Descrizione | Smart Tinder Auto Swiper | Trains on Your Actions | Qualified Matches Only |
Dimensione del File | 229 KB |
Conteggio Installazioni | 693 |
Versione Corrente | 0.1.3 |
Ultimo Aggiornamento | 2020-08-01 |
Data di Pubblicazione | 2020-07-03 |
Valutazione | 3.62/5 Totale 13 Valutazioni |
Sviluppatore | https://matche.to |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://matche.to |
Lingue Supportate | 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 } |