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.
Τι είναι το OKCupid Like ALL the Things!;
Το OKCupid Like ALL the Things! είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον SNG, και η κύρια λειτουργία του είναι "Match with EVERYONE in OKCupid's Doubletake, to see who matches back with you and so you can message them.".
Λήψη αρχείου CRX της επέκτασης OKCupid Like ALL the Things!
Λήψη αρχείων επέκτασης OKCupid Like ALL the Things! σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | kgfdiakkbmfmoogbacfkfafaabhjkeej |
Επίσημο URL | https://chrome.google.com/webstore/detail/okcupid-like-all-the-thin/kgfdiakkbmfmoogbacfkfafaabhjkeej |
Περιγραφή | Match with EVERYONE in OKCupid's Doubletake, to see who matches back with you and so you can message them. |
Μέγεθος Αρχείου | 15.17 KB |
Αριθμός Εγκαταστάσεων | 29 |
Τρέχουσα Έκδοση | 0.1 |
Τελευταία Ενημέρωση | 2018-04-23 |
Ημερομηνία Δημοσίευσης | 2018-04-23 |
Αξιολόγηση | 3.67/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | SNG |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://chrome.google.com/webstore/search/okcupid%20like%20all%20the%20things |
Διεύθυνση URL της Σελίδας Βοήθειας | https://chrome.google.com/webstore/search/okcupid%20like%20all%20the%20things |
URL της Σελίδας Πολιτικής Απορρήτου | http://snprotips.com/subscribe |
Υποστηριζόμενες Γλώσσες | 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 } |