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".
Снимки экрана расширения
Скачать файл 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 |
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 } |