CupidArrows

This extension visits hundreds of OkCupid profiles so that you show up on the visitor lists of hundreds of users.

什么是CupidArrows?

CupidArrows是由CupidArrows开发的Chrome扩展程序,该扩展的主要功能是“This extension visits hundreds of OkCupid profiles so that you show up on the visitor lists of hundreds of users.”。

扩展截图

screenshot

下载CupidArrows扩展crx文件

下载CupidArrows扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Wish you could get more visitors to your OkCupid profile?

This extension visits and crawls hundreds of OkCupid profiles so that you show up on the visitor lists of hundreds of users.

More visibility = more visits. 

It's been shown that when you message people who have first visited your profile, your reply back rate jumps from 1% to 33%. 

There's also an option to automatically give every profile a 5 star rating.

*** How to use ***
1. Install the extension
2. Make sure you have already logged in at okcupid.com
3. Click the "Crawl" button in the extension

Boost your online dating results by letting Cupid Arrows do the manual browsing work for you!                    

扩展基本信息

名称 CupidArrows CupidArrows
ID agfkhbdabpijdopjjemfknfejjdidnhk
官方URL https://chromewebstore.google.com/detail/cupidarrows/agfkhbdabpijdopjjemfknfejjdidnhk
简介 This extension visits hundreds of OkCupid profiles so that you show up on the visitor lists of hundreds of users.
文件大小 294 KB
安装次数 100
当前版本 0.2
更新时间 2013-11-07
上架时间 2013-11-07
评分 3.40/5 共10次评分
开发者 CupidArrows
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CupidArrows",
    "version": "0.2",
    "manifest_version": 2,
    "description": "This extension visits hundreds of OkCupid profiles so that you show up on the visitor lists of hundreds of users.",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/128.png",
            "38": "icons\/128.png"
        },
        "default_title": "Cupid Arrows",
        "default_popup": "fragments\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.okcupid.com\/*"
            ],
            "js": [
                "lib\/jquery-1.8.3.min.js",
                "scripts\/main.js"
            ]
        }
    ],
    "icons": {
        "128": "icons\/128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}