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.

OKCupid Like ALL the Things!とは何ですか?

OKCupid Like ALL the Things!はSNGによって開発されたChromeの拡張機能で、その主な機能は「Match with EVERYONE in OKCupid's Doubletake, to see who matches back with you and so you can message them.」です。

OKCupid Like ALL the Things!拡張機能のCRXファイルをダウンロード

OKCupid Like ALL the Things!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 OKCupid Like ALL the Things! OKCupid Like ALL the Things!
ID kgfdiakkbmfmoogbacfkfafaabhjkeej
公式URL https://chrome.google.com/webstore/detail/okcupid-like-all-the-thin/kgfdiakkbmfmoogbacfkfafaabhjkeej
説明 Match with EVERYONE in OKCupid's Doubletake, to see who matches back with you and so you can message them.
ファイルサイズ 15.17 KB
インストール数 29
現在のバージョン 0.1
最終更新日 2018-04-23
公開日 2018-04-23
評価 3.67/5 合計 3 レビュー
開発者 SNG
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://chrome.google.com/webstore/search/okcupid%20like%20all%20the%20things
ヘルプページのURL https://chrome.google.com/webstore/search/okcupid%20like%20all%20the%20things
プライバシーポリシーページのURL http://snprotips.com/subscribe
対応言語 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
}