Vivaro Bets
Shows recent bets and displays notifications about bets outcome.
什么是Vivaro Bets?
Vivaro Bets是由BetConstruct开发的Chrome扩展程序,该扩展的主要功能是“Shows recent bets and displays notifications about bets outcome.”。
扩展截图
下载Vivaro Bets扩展crx文件
下载Vivaro Bets扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
What's new:
- Show live games.
- Show user balance. 扩展基本信息
| 名称 | |
| ID | fanbfomiicdombhlboceaapipgbjbjkm |
| 官方URL | https://chromewebstore.google.com/detail/vivaro-bets/fanbfomiicdombhlboceaapipgbjbjkm |
| 简介 | Shows recent bets and displays notifications about bets outcome. |
| 文件大小 | 1.75 MB |
| 安装次数 | 46 |
| 当前版本 | 1.5.2 |
| 更新时间 | 2017-06-20 |
| 上架时间 | 2017-06-20 |
| 评分 | 5.00/5 共6次评分 |
| 开发者 | BetConstruct |
| 付费类型 | free |
| 扩展官网 | http://www.vivarobet.am |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Vivaro Bets",
"description": "Shows recent bets and displays notifications about bets outcome.",
"version": "1.5.2",
"icons": {
"16": "images\/16.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"permissions": [
"notifications",
"background",
"alarms"
],
"browser_action": {
"default_icon": "images\/disabled-icon.png",
"default_popup": "content.html"
},
"web_accessible_resources": [
"images\/favicon.png"
],
"options_page": "options.html",
"background": {
"scripts": [
"lib\/angular\/1.5\/angular.js",
"lib\/angular\/1.5\/angular-cookies.js",
"lib\/amplify.store.min.js",
"js\/vext\/vext.js",
"filters\/removeParts.js",
"filters\/formatDate.js",
"services\/authData.js",
"services\/storage.js",
"services\/utils.js",
"services\/webSocket.js",
"services\/zergling.js",
"translations.js",
"services\/translator.js",
"config.js",
"js\/vext\/background.js",
"js\/vext\/bootstrap.js"
],
"persistent": true
}
} | |