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.
Vad är OKCupid Like ALL the Things!?
OKCupid Like ALL the Things! är en Chrome-tillägg utvecklad av SNG, och dess huvudfunktion är "Match with EVERYONE in OKCupid's Doubletake, to see who matches back with you and so you can message them.".
Ladda ner OKCupid Like ALL the Things!-förlängningens CRX-fil
Ladda ner OKCupid Like ALL the Things!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | kgfdiakkbmfmoogbacfkfafaabhjkeej |
Officiell webbadress | https://chrome.google.com/webstore/detail/okcupid-like-all-the-thin/kgfdiakkbmfmoogbacfkfafaabhjkeej |
Beskrivning | Match with EVERYONE in OKCupid's Doubletake, to see who matches back with you and so you can message them. |
Filstorlek | 15.17 KB |
Antal Installationer | 29 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2018-04-23 |
Publiceringsdatum | 2018-04-23 |
Betyg | 3.67/5 Totalt 3 Betyg |
Utvecklare | SNG |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://chrome.google.com/webstore/search/okcupid%20like%20all%20the%20things |
Hjälpsida URL | https://chrome.google.com/webstore/search/okcupid%20like%20all%20the%20things |
URL till Sekretesspolicy Sidan | http://snprotips.com/subscribe |
Stödda Språk | 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 } |