Matcheto: Tinder Auto Liker
Smart Tinder Auto Swiper | Trains on Your Actions | Qualified Matches Only
什么是Matcheto: Tinder Auto Liker?
Matcheto: Tinder Auto Liker是由https://matche.to开发的Chrome扩展程序,该扩展的主要功能是“Smart Tinder Auto Swiper | Trains on Your Actions | Qualified Matches Only”。
扩展截图
下载Matcheto: Tinder Auto Liker扩展crx文件
下载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 } |