CheckBet

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

Cos'è CheckBet?

CheckBet è un'estensione di Chrome sviluppata da Checkbet, e la sua funzione principale è "CheckBet is a free extension that allows you to check the current odds for many sporting events.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione CheckBet

Scarica i file di estensione CheckBet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome CheckBet CheckBet
ID nnkaaajggdgihamejogiibehdpjmookg
URL Ufficiale https://chromewebstore.google.com/detail/checkbet/nnkaaajggdgihamejogiibehdpjmookg
Descrizione CheckBet is a free extension that allows you to check the current odds for many sporting events.
Dimensione del File 117 KB
Conteggio Installazioni 26
Versione Corrente 1.0.9
Ultimo Aggiornamento 2021-03-16
Data di Pubblicazione 2021-01-05
Valutazione 4.78/5 Totale 18 Valutazioni
Sviluppatore Checkbet
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}