Cupido

Your smart wingman for tinder

什么是Cupido?

Cupido是由https://askcupido.com开发的Chrome扩展程序,该扩展的主要功能是“Your smart wingman for tinder”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Cupido扩展crx文件

下载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.                    

扩展基本信息

名称 Cupido 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
    }
}