CheckBet

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

ما هو CheckBet؟

CheckBet هو إضافة Chrome تم تطويرها بواسطة Checkbet، والميزة الرئيسية لها هي "CheckBet is a free extension that allows you to check the current odds for many sporting events.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة CheckBet

قم بتنزيل ملفات الامتداد CheckBet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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"
    ]
}