OKSuperBoost for OKCupid
This extension boosts your visibility on OKCupid by viewing profiles for you automatically!
Τι είναι το OKSuperBoost for OKCupid;
Το OKSuperBoost for OKCupid είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον OKSuperBoost, και η κύρια λειτουργία του είναι "This extension boosts your visibility on OKCupid by viewing profiles for you automatically!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης OKSuperBoost for OKCupid
Λήψη αρχείων επέκτασης OKSuperBoost for OKCupid σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
OKSuperBoost browses profiles for you in the background. You can see it's working by visiting the OKcupid landing page and checking the 'recently visited' widget on the left side of the page. Reload the page with OKSuperBoost running and you can watch it browse users for you, silently in the background. This chrome extension is designed to help automatically boost your visibility on OKCupid! After installing the extension it *automatically* improves your chances of getting profile views and/or incoming messages. There is nothing to configure or interface to use. Simply install the extension and be amazed as your profile gets incoming views! It works by crawling high matching OKCupid users for you automatically, making it look like you visited their profile. This improves your OKCupid profile twofold: 1) it increases your activity amount, thus OKCupid will show your profile to more users and 2) it means more profiles will see you in their 'recently viewed' page, improving your chances they will look at your profile. We never collect your password and/or cookies. We are only storing Question data for academic analysis: https://medium.com/predictive-analytics/88788ee49987
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ldeglpnaakjjokjodcojdmpgihajkaba |
Επίσημο URL | https://chrome.google.com/webstore/detail/oksuperboost-for-okcupid/ldeglpnaakjjokjodcojdmpgihajkaba |
Περιγραφή | This extension boosts your visibility on OKCupid by viewing profiles for you automatically! |
Μέγεθος Αρχείου | 84.23 KB |
Αριθμός Εγκαταστάσεων | 129 |
Τρέχουσα Έκδοση | 0.34 |
Τελευταία Ενημέρωση | 2015-01-29 |
Ημερομηνία Δημοσίευσης | 2015-01-29 |
Αξιολόγηση | 1.33/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | OKSuperBoost |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OKSuperBoost for OKCupid", "short_name": "OKSuperBoost OKCupid", "description": "This extension boosts your visibility on OKCupid by viewing profiles for you automatically!", "version": "0.34", "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/www.okcupid.com\/*", "http:\/\/www.oksuperboost.appspot.com\/*" ], "background": { "scripts": [ "jquery.js", "oksb.js" ] }, "icons": { "16": "oksb_16.png", "48": "oksb_48.png", "128": "oksb_128.png" } } |