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.

Co je OKCupid Like ALL the Things!?

OKCupid Like ALL the Things! je rozšíření Chrome vyvinuté SNG, a jeho hlavní funkcí je „Match with EVERYONE in OKCupid's Doubletake, to see who matches back with you and so you can message them.“.

Stáhnout soubor CRX rozšíření OKCupid Like ALL the Things!

Stáhněte si soubory rozšíření OKCupid Like ALL the Things! ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název OKCupid Like ALL the Things! OKCupid Like ALL the Things!
ID kgfdiakkbmfmoogbacfkfafaabhjkeej
Oficiální URL https://chrome.google.com/webstore/detail/okcupid-like-all-the-thin/kgfdiakkbmfmoogbacfkfafaabhjkeej
Popis Match with EVERYONE in OKCupid's Doubletake, to see who matches back with you and so you can message them.
Velikost souboru 15.17 KB
Počet instalací 29
Aktuální Verze 0.1
Poslední Aktualizace 2018-04-23
Datum Vydání 2018-04-23
Hodnocení 3.67/5 Celkem 3 Hodnocení
Vývojář SNG
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://chrome.google.com/webstore/search/okcupid%20like%20all%20the%20things
URL Stránky Nápovědy https://chrome.google.com/webstore/search/okcupid%20like%20all%20the%20things
URL Stránky Zásad Ochrany Soukromí http://snprotips.com/subscribe
Podporované Jazyky 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
}