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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } |