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.
Was ist OKCupid Like ALL the Things!?
OKCupid Like ALL the Things! ist eine Chrome-Erweiterung, die von SNG entwickelt wurde, und ihr Hauptmerkmal ist "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!-Erweiterungs-CRX-Datei herunterladen
Laden Sie OKCupid Like ALL the Things!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | kgfdiakkbmfmoogbacfkfafaabhjkeej |
Offizielle URL | https://chrome.google.com/webstore/detail/okcupid-like-all-the-thin/kgfdiakkbmfmoogbacfkfafaabhjkeej |
Beschreibung | Match with EVERYONE in OKCupid's Doubletake, to see who matches back with you and so you can message them. |
Dateigröße | 15.17 KB |
Installationsanzahl | 29 |
Aktuelle Version | 0.1 |
Letztes Update | 2018-04-23 |
Veröffentlichungsdatum | 2018-04-23 |
Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
Entwickler | SNG |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://chrome.google.com/webstore/search/okcupid%20like%20all%20the%20things |
Hilfeseite URL | https://chrome.google.com/webstore/search/okcupid%20like%20all%20the%20things |
URL der Datenschutzrichtlinien-Seite | http://snprotips.com/subscribe |
Unterstützte Sprachen | 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 } |