CheckBet
CheckBet is a free extension that allows you to check the current odds for many sporting events.
Τι είναι το CheckBet;
Το CheckBet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Checkbet, και η κύρια λειτουργία του είναι "CheckBet is a free extension that allows you to check the current odds for many sporting events.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης CheckBet
Λήψη αρχείων επέκτασης CheckBet σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
CheckBet is an extension for Google Chrome that allows you to check the current odds for many sporting events. Thanks to the CheckBet extension you will always be aware of the most current odds and will be able to choose the right conditions for you. Here you can quickly, practically with one click, find the most profitable bets. Our database is updated realtime.
Βασικές Πληροφορίες Επέκτασης
Όνομα | CheckBet |
ID | nnkaaajggdgihamejogiibehdpjmookg |
Επίσημο URL | https://chromewebstore.google.com/detail/checkbet/nnkaaajggdgihamejogiibehdpjmookg |
Περιγραφή | CheckBet is a free extension that allows you to check the current odds for many sporting events. |
Μέγεθος Αρχείου | 117 KB |
Αριθμός Εγκαταστάσεων | 26 |
Τρέχουσα Έκδοση | 1.0.9 |
Τελευταία Ενημέρωση | 2021-03-16 |
Ημερομηνία Δημοσίευσης | 2021-01-05 |
Αξιολόγηση | 4.78/5 Συνολικά 18 Αξιολογήσεις |
Προγραμματιστής | Checkbet |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CheckBet", "description": "__MSG_extensionDescription__", "default_locale": "en", "version": "1.0.9", "background": { "scripts": [ "background\/index.js" ] }, "browser_action": { "default_title": "CheckBet", "default_popup": "popup\/index.html" }, "icons": { "128": "icons\/logo.png" }, "permissions": [ "storage", "unlimitedStorage", "notifications", "webNavigation", "management", "https:\/\/hq.check-bet.com\/" ], "web_accessible_resources": [ "assets\/error-img.png" ] } |