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.
Cos'è OKCupid Like ALL the Things!?
OKCupid Like ALL the Things! è un'estensione di Chrome sviluppata da SNG, e la sua funzione principale è "Match with EVERYONE in OKCupid's Doubletake, to see who matches back with you and so you can message them.".
Scarica il file CRX dell'estensione OKCupid Like ALL the Things!
Scarica i file di estensione OKCupid Like ALL the Things! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | kgfdiakkbmfmoogbacfkfafaabhjkeej |
URL Ufficiale | https://chrome.google.com/webstore/detail/okcupid-like-all-the-thin/kgfdiakkbmfmoogbacfkfafaabhjkeej |
Descrizione | Match with EVERYONE in OKCupid's Doubletake, to see who matches back with you and so you can message them. |
Dimensione del File | 15.17 KB |
Conteggio Installazioni | 29 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2018-04-23 |
Data di Pubblicazione | 2018-04-23 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | SNG |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://chrome.google.com/webstore/search/okcupid%20like%20all%20the%20things |
URL della Pagina di Aiuto | https://chrome.google.com/webstore/search/okcupid%20like%20all%20the%20things |
URL della Pagina della Politica sulla Privacy | http://snprotips.com/subscribe |
Lingue Supportate | 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 } |