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
}
} | |