CheckBet

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

¿Qué es CheckBet?

CheckBet es una extensión de Chrome desarrollada por Checkbet, y su función principal es "CheckBet is a free extension that allows you to check the current odds for many sporting events.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión CheckBet

Descarga archivos de extensión CheckBet en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre CheckBet CheckBet
ID nnkaaajggdgihamejogiibehdpjmookg
URL Oficial https://chromewebstore.google.com/detail/checkbet/nnkaaajggdgihamejogiibehdpjmookg
Descripción CheckBet is a free extension that allows you to check the current odds for many sporting events.
Tamaño del Archivo 117 KB
Cantidad de Instalaciones 26
Versión Actual 1.0.9
Última Actualización 2021-03-16
Fecha de Publicación 2021-01-05
Calificación 4.78/5 Total de 18 Calificaciones
Desarrollador Checkbet
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}