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'"
}