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 |
官方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" ] } |