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.”。
擴展截圖
下載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 |
ID | nnkaaajggdgihamejogiibehdpjmookg |
官方網址 | 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" ] } |