CheckBet
CheckBet is a free extension that allows you to check the current odds for many sporting events.
Co je CheckBet?
CheckBet je rozšíření Chrome vyvinuté Checkbet, a jeho hlavní funkcí je „CheckBet is a free extension that allows you to check the current odds for many sporting events.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření CheckBet
Stáhněte si soubory rozšíření CheckBet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | CheckBet |
ID | nnkaaajggdgihamejogiibehdpjmookg |
Oficiální URL | https://chromewebstore.google.com/detail/checkbet/nnkaaajggdgihamejogiibehdpjmookg |
Popis | CheckBet is a free extension that allows you to check the current odds for many sporting events. |
Velikost souboru | 117 KB |
Počet instalací | 26 |
Aktuální Verze | 1.0.9 |
Poslední Aktualizace | 2021-03-16 |
Datum Vydání | 2021-01-05 |
Hodnocení | 4.78/5 Celkem 18 Hodnocení |
Vývojář | Checkbet |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |