CheckBet
CheckBet is a free extension that allows you to check the current odds for many sporting events.
Was ist CheckBet?
CheckBet ist eine Chrome-Erweiterung, die von Checkbet entwickelt wurde, und ihr Hauptmerkmal ist "CheckBet is a free extension that allows you to check the current odds for many sporting events.".
Erweiterungsscreenshots
CheckBet-Erweiterungs-CRX-Datei herunterladen
Laden Sie CheckBet-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
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.
Grundlegende Informationen zur Erweiterung
Name | CheckBet |
ID | nnkaaajggdgihamejogiibehdpjmookg |
Offizielle URL | https://chromewebstore.google.com/detail/checkbet/nnkaaajggdgihamejogiibehdpjmookg |
Beschreibung | CheckBet is a free extension that allows you to check the current odds for many sporting events. |
Dateigröße | 117 KB |
Installationsanzahl | 26 |
Aktuelle Version | 1.0.9 |
Letztes Update | 2021-03-16 |
Veröffentlichungsdatum | 2021-01-05 |
Bewertung | 4.78/5 Insgesamt 18 Bewertungen |
Entwickler | Checkbet |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |