CheckBet

CheckBet is a free extension that allows you to check the current odds for many sporting events.

O que é CheckBet?

CheckBet é uma extensão do Chrome desenvolvida por Checkbet, e sua principal característica é "CheckBet is a free extension that allows you to check the current odds for many sporting events.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão CheckBet

Baixe arquivos de extensão CheckBet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome CheckBet CheckBet
ID nnkaaajggdgihamejogiibehdpjmookg
URL Oficial https://chromewebstore.google.com/detail/checkbet/nnkaaajggdgihamejogiibehdpjmookg
Descrição CheckBet is a free extension that allows you to check the current odds for many sporting events.
Tamanho do Arquivo 117 KB
Contagem de Instalações 26
Versão Atual 1.0.9
Última Atualização 2021-03-16
Data de Publicação 2021-01-05
Classificação 4.78/5 Total de 18 Avaliações
Desenvolvedor Checkbet
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}