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.
扩展基本信息
名称 | |
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 |
电子邮箱 | [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 } |