Cupido
Your smart wingman for tinder
Cupido란 무엇입니까?
Cupido은(는) https://askcupido.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your smart wingman for tinder"입니다.
확장 프로그램 스크린샷
Cupido 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Cupido |
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 } } |