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.
O que é OKCupid Like ALL the Things!?
OKCupid Like ALL the Things! é uma extensão do Chrome desenvolvida por SNG, e sua principal característica é "Match with EVERYONE in OKCupid's Doubletake, to see who matches back with you and so you can message them.".
Baixar o arquivo CRX da Extensão OKCupid Like ALL the Things!
Baixe arquivos de extensão OKCupid Like ALL the Things! no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | kgfdiakkbmfmoogbacfkfafaabhjkeej |
URL Oficial | https://chrome.google.com/webstore/detail/okcupid-like-all-the-thin/kgfdiakkbmfmoogbacfkfafaabhjkeej |
Descrição | Match with EVERYONE in OKCupid's Doubletake, to see who matches back with you and so you can message them. |
Tamanho do Arquivo | 15.17 KB |
Contagem de Instalações | 29 |
Versão Atual | 0.1 |
Última Atualização | 2018-04-23 |
Data de Publicação | 2018-04-23 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | SNG |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://chrome.google.com/webstore/search/okcupid%20like%20all%20the%20things |
URL da Página de Ajuda | https://chrome.google.com/webstore/search/okcupid%20like%20all%20the%20things |
URL da Página de Política de Privacidade | http://snprotips.com/subscribe |
Idiomas Suportados | 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 } |