Vivaro Bets

Shows recent bets and displays notifications about bets outcome.

Vivaro Betsคืออะไร?

Vivaro Bets เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BetConstruct และคุณลักษณะหลักของมันคือ "Shows recent bets and displays notifications about bets outcome."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vivaro Bets

ดาวน์โหลดไฟล์ส่วนขยาย Vivaro Bets ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        What's new:

- Show live games.
- Show user balance.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Vivaro Bets Vivaro Bets
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
    }
}