OKCupid Like ALL the Things!

Match with EVERYONE in OKCupid's Doubletake, to see who matches back with you and so you can message them.

Hvad er OKCupid Like ALL the Things!?

OKCupid Like ALL the Things! er en Chrome-udvidelse udviklet af SNG, og dens hovedfunktion er "Match with EVERYONE in OKCupid's Doubletake, to see who matches back with you and so you can message them.".

Download OKCupid Like ALL the Things!-udvidelses-CRX-fil

Download OKCupid Like ALL the Things!-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Click the button to match with literally everyone that comes up based on your criteria on OKC. 
This will allow you to see who matched with you, as well as message people who've liked you without having to manually go to each profile and like it. Then you can curate just those who like you.                    

Grundlæggende oplysninger om udvidelsen

Navn OKCupid Like ALL the Things! OKCupid Like ALL the Things!
ID kgfdiakkbmfmoogbacfkfafaabhjkeej
Officiel URL https://chrome.google.com/webstore/detail/okcupid-like-all-the-thin/kgfdiakkbmfmoogbacfkfafaabhjkeej
Beskrivelse Match with EVERYONE in OKCupid's Doubletake, to see who matches back with you and so you can message them.
Filstørrelse 15.17 KB
Antal Installationer 29
Nuværende Version 0.1
Senest Opdateret 2018-04-23
Udgivelsesdato 2018-04-23
Bedømmelse 3.67/5 Samlet 3 Bedømmelser
Udvikler SNG
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://chrome.google.com/webstore/search/okcupid%20like%20all%20the%20things
Hjælpeside-URL https://chrome.google.com/webstore/search/okcupid%20like%20all%20the%20things
URL til Fortrolighedspolitik Side http://snprotips.com/subscribe
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "OKCupid Like ALL the Things!"
    },
    "name": "OKCupid Like ALL the Things!",
    "description": "Match with EVERYONE in OKCupid's Doubletake, to see who matches back with you and so you can message them.",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/search\/okcupid%20like%20all%20the%20things",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}