CupidArrows

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

¿Qué es CupidArrows?

CupidArrows es una extensión de Chrome desarrollada por CupidArrows, y su función principal es "This extension visits hundreds of OkCupid profiles so that you show up on the visitor lists of hundreds of users.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión CupidArrows

Descarga archivos de extensión CupidArrows en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre CupidArrows CupidArrows
ID agfkhbdabpijdopjjemfknfejjdidnhk
URL Oficial https://chromewebstore.google.com/detail/cupidarrows/agfkhbdabpijdopjjemfknfejjdidnhk
Descripción This extension visits hundreds of OkCupid profiles so that you show up on the visitor lists of hundreds of users.
Tamaño del Archivo 294 KB
Cantidad de Instalaciones 100
Versión Actual 0.2
Última Actualización 2013-11-07
Fecha de Publicación 2013-11-07
Calificación 3.40/5 Total de 10 Calificaciones
Desarrollador CupidArrows
Tipo de Pago free
Idiomas Soportados 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'"
}