Vivaro Bets

Shows recent bets and displays notifications about bets outcome.

Cos'è Vivaro Bets?

Vivaro Bets è un'estensione di Chrome sviluppata da BetConstruct, e la sua funzione principale è "Shows recent bets and displays notifications about bets outcome.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Vivaro Bets

Scarica i file di estensione Vivaro Bets in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        What's new:

- Show live games.
- Show user balance.                    

Informazioni di Base sull'Estensione

Nome Vivaro Bets Vivaro Bets
ID fanbfomiicdombhlboceaapipgbjbjkm
URL Ufficiale https://chromewebstore.google.com/detail/vivaro-bets/fanbfomiicdombhlboceaapipgbjbjkm
Descrizione Shows recent bets and displays notifications about bets outcome.
Dimensione del File 1.75 MB
Conteggio Installazioni 46
Versione Corrente 1.5.2
Ultimo Aggiornamento 2017-06-20
Data di Pubblicazione 2017-06-20
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore BetConstruct
Tipo di Pagamento free
Sito Web dell'Estensione http://www.vivarobet.am
Lingue Supportate 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
    }
}