CheckBet
CheckBet is a free extension that allows you to check the current odds for many sporting events.
CheckBet क्या है?
CheckBet Checkbet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "CheckBet is a free extension that allows you to check the current odds for many sporting events."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CheckBet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } |