CheckBet
CheckBet is a free extension that allows you to check the current odds for many sporting events.
Co to jest CheckBet?
CheckBet to rozszerzenie Chrome opracowane przez Checkbet, a jego główną funkcją jest „CheckBet is a free extension that allows you to check the current odds for many sporting events.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CheckBet
Pobierz pliki rozszerzeń CheckBet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | CheckBet |
ID | nnkaaajggdgihamejogiibehdpjmookg |
Oficjalny URL | https://chromewebstore.google.com/detail/checkbet/nnkaaajggdgihamejogiibehdpjmookg |
Opis | CheckBet is a free extension that allows you to check the current odds for many sporting events. |
Rozmiar pliku | 117 KB |
Liczba instalacji | 26 |
Aktualna Wersja | 1.0.9 |
Ostatnia Aktualizacja | 2021-03-16 |
Data Publikacji | 2021-01-05 |
Ocena | 4.78/5 Łącznie 18 Oceny |
Deweloper | Checkbet |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |