CheckBet

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

CheckBet là gì?

CheckBet là một tiện ích mở rộng Chrome được phát triển bởi Checkbet, và tính năng chính của nó là "CheckBet is a free extension that allows you to check the current odds for many sporting events.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CheckBet

Tải xuống các tệp mở rộng CheckBet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CheckBet CheckBet
ID nnkaaajggdgihamejogiibehdpjmookg
URL Chính Thức https://chromewebstore.google.com/detail/checkbet/nnkaaajggdgihamejogiibehdpjmookg
Mô tả CheckBet is a free extension that allows you to check the current odds for many sporting events.
Kích Thước Tệp 117 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 1.0.9
Cập Nhật Lần Cuối 2021-03-16
Ngày Phát Hành 2021-01-05
Đánh Giá 4.78/5 Tổng số 18 Đánh Giá
Nhà Phát Triển Checkbet
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}