Cupido
Your smart wingman for tinder
Cupidoคืออะไร?
Cupido เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://askcupido.com และคุณลักษณะหลักของมันคือ "Your smart wingman for tinder"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cupido
ดาวน์โหลดไฟล์ส่วนขยาย Cupido ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Smart Wingman / Dating Coach / Auto Smart Swiper for Tinder 👋
What is Cupido? 😍
Meet Cupido who is going to make your online dating life a lot easier. He will get you the best matches and save you time and energy.
What can it do for you? 😇
- Cupido is not just helpful, he is Artificially intelligent! Cupido will check your profile and advice you on making it better. Just like your best friend who is a pro in dating. He will help you to make your profile up to ⑤x more appealing.
- On your request, Cupido will check the profiles of your matches and tell you how to approach them. He will suggest you the
most relevant, personalized pickup lines to start a conversation with a ⑩x possibility of getting a reply.
Cupido is easy to use, everything you need to know is in the UI. Enjoy! 🥳
Other tags: Tinder auto swiper, Tinder smart swiper, Tinder coach, Tinder dating coach, Tinder wingman. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | jjjommffanchdoccnahgdhehngiichdo |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cupido/jjjommffanchdoccnahgdhehngiichdo |
| คำอธิบาย | Your smart wingman for tinder |
| ขนาดไฟล์ | 6.12 MB |
| จำนวนการติดตั้ง | 668 |
| เวอร์ชันปัจจุบัน | 1.4.8 |
| อัปเดตครั้งล่าสุด | 2020-07-15 |
| วันที่เผยแพร่ | 2020-02-22 |
| คะแนน | 3.93/5 รวมทั้งหมด 14 คะแนน |
| ผู้พัฒนา | https://askcupido.com |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://askcupido.com |
| URL หน้านโยบายความเป็นส่วนตัว | https://askcupido.com/privacy-policy |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Cupido",
"description": "Your smart wingman for tinder",
"version": "1.4.8",
"browser_action": {
"default_icon": "assets\/icons\/cupido.png",
"default_popup": "index.html"
},
"permissions": [
"*:\/\/tinder.com\/*",
"*:\/\/api.gotinder.com\/*",
"*:\/\/*.askcupido.com\/*",
"storage",
"unlimitedStorage",
"activeTab",
"notifications"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' ",
"background": {
"scripts": [
"assets\/background\/services\/tinder.service.js",
"assets\/background\/services\/cupido.service.js",
"assets\/background\/services\/tinder-matches.service.js",
"assets\/background\/services\/autolike.js",
"assets\/background\/main.js"
],
"persistent": true
}
} | |