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.
¿Qué es OKCupid Like ALL the Things!?
OKCupid Like ALL the Things! es una extensión de Chrome desarrollada por SNG, y su función principal es "Match with EVERYONE in OKCupid's Doubletake, to see who matches back with you and so you can message them.".
Descargar Archivo CRX de la Extensión OKCupid Like ALL the Things!
Descarga archivos de extensión OKCupid Like ALL the Things! en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | kgfdiakkbmfmoogbacfkfafaabhjkeej |
URL Oficial | https://chrome.google.com/webstore/detail/okcupid-like-all-the-thin/kgfdiakkbmfmoogbacfkfafaabhjkeej |
Descripción | Match with EVERYONE in OKCupid's Doubletake, to see who matches back with you and so you can message them. |
Tamaño del Archivo | 15.17 KB |
Cantidad de Instalaciones | 29 |
Versión Actual | 0.1 |
Última Actualización | 2018-04-23 |
Fecha de Publicación | 2018-04-23 |
Calificación | 3.67/5 Total de 3 Calificaciones |
Desarrollador | SNG |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://chrome.google.com/webstore/search/okcupid%20like%20all%20the%20things |
URL de la Página de Ayuda | https://chrome.google.com/webstore/search/okcupid%20like%20all%20the%20things |
URL de la Página de Política de Privacidad | http://snprotips.com/subscribe |
Idiomas Soportados | 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 } |