CheckBet
CheckBet is a free extension that allows you to check the current odds for many sporting events.
Qu'est-ce que CheckBet ?
CheckBet est une extension Chrome développée par Checkbet, et sa fonction principale est "CheckBet is a free extension that allows you to check the current odds for many sporting events.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CheckBet
Téléchargez les fichiers d'extension CheckBet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | CheckBet |
ID | nnkaaajggdgihamejogiibehdpjmookg |
URL Officiel | https://chromewebstore.google.com/detail/checkbet/nnkaaajggdgihamejogiibehdpjmookg |
Description | CheckBet is a free extension that allows you to check the current odds for many sporting events. |
Taille du Fichier | 117 KB |
Nombre d'Installations | 26 |
Version Actuelle | 1.0.9 |
Dernière Mise à Jour | 2021-03-16 |
Date de Publication | 2021-01-05 |
Évaluation | 4.78/5 Total 18 Évaluations |
Développeur | Checkbet |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |