Vivaro Bets

Shows recent bets and displays notifications about bets outcome.

Vivaro Bets là gì?

Vivaro Bets là một tiện ích mở rộng Chrome được phát triển bởi BetConstruct, và tính năng chính của nó là "Shows recent bets and displays notifications about bets outcome.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Vivaro Bets

Tải xuống các tệp mở rộng Vivaro Bets dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        What's new:

- Show live games.
- Show user balance.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Vivaro Bets Vivaro Bets
ID fanbfomiicdombhlboceaapipgbjbjkm
URL Chính Thức https://chromewebstore.google.com/detail/vivaro-bets/fanbfomiicdombhlboceaapipgbjbjkm
Mô tả Shows recent bets and displays notifications about bets outcome.
Kích Thước Tệp 1.75 MB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 1.5.2
Cập Nhật Lần Cuối 2017-06-20
Ngày Phát Hành 2017-06-20
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển BetConstruct
Loại Thanh Toán free
Trang Web Mở Rộng http://www.vivarobet.am
Ngôn Ngữ Được Hỗ Trợ 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
    }
}