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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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