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! là gì?

OKCupid Like ALL the Things! là một tiện ích mở rộng Chrome được phát triển bởi SNG, và tính năng chính của nó là "Match with EVERYONE in OKCupid's Doubletake, to see who matches back with you and so you can message them.".

Tải xuống tệp CRX của tiện ích mở rộng OKCupid Like ALL the Things!

Tải xuống các tệp mở rộng OKCupid Like ALL the Things! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên OKCupid Like ALL the Things! OKCupid Like ALL the Things!
ID kgfdiakkbmfmoogbacfkfafaabhjkeej
URL Chính Thức https://chrome.google.com/webstore/detail/okcupid-like-all-the-thin/kgfdiakkbmfmoogbacfkfafaabhjkeej
Mô tả Match with EVERYONE in OKCupid's Doubletake, to see who matches back with you and so you can message them.
Kích Thước Tệp 15.17 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2018-04-23
Ngày Phát Hành 2018-04-23
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển SNG
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://chrome.google.com/webstore/search/okcupid%20like%20all%20the%20things
URL Trang Trợ Giúp https://chrome.google.com/webstore/search/okcupid%20like%20all%20the%20things
URL Trang Chính Sách Bảo Mật http://snprotips.com/subscribe
Ngôn Ngữ Được Hỗ Trợ 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
}