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.”。

擴展截圖

screenshot
screenshot
screenshot

下載Vivaro Bets擴展crx文件

下載Vivaro Bets擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        What's new:

- Show live games.
- Show user balance.                    

擴展基本資訊

名稱 Vivaro Bets Vivaro Bets
ID fanbfomiicdombhlboceaapipgbjbjkm
官方網址 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
    }
}