CheckBet

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

CheckBetとは何ですか?

CheckBetはCheckbetによって開発されたChromeの拡張機能で、その主な機能は「CheckBet is a free extension that allows you to check the current odds for many sporting events.」です。

拡張機能のスクリーンショット

screenshot
screenshot

CheckBet拡張機能のCRXファイルをダウンロード

CheckBet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 CheckBet CheckBet
ID nnkaaajggdgihamejogiibehdpjmookg
公式URL https://chromewebstore.google.com/detail/checkbet/nnkaaajggdgihamejogiibehdpjmookg
説明 CheckBet is a free extension that allows you to check the current odds for many sporting events.
ファイルサイズ 117 KB
インストール数 26
現在のバージョン 1.0.9
最終更新日 2021-03-16
公開日 2021-01-05
評価 4.78/5 合計 18 レビュー
開発者 Checkbet
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}