Vivaro Bets
Shows recent bets and displays notifications about bets outcome.
Was ist Vivaro Bets?
Vivaro Bets ist eine Chrome-Erweiterung, die von BetConstruct entwickelt wurde, und ihr Hauptmerkmal ist "Shows recent bets and displays notifications about bets outcome.".
Erweiterungsscreenshots
Vivaro Bets-Erweiterungs-CRX-Datei herunterladen
Laden Sie Vivaro Bets-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
What's new: - Show live games. - Show user balance.
Grundlegende Informationen zur Erweiterung
Name | Vivaro Bets |
ID | fanbfomiicdombhlboceaapipgbjbjkm |
Offizielle URL | https://chromewebstore.google.com/detail/vivaro-bets/fanbfomiicdombhlboceaapipgbjbjkm |
Beschreibung | Shows recent bets and displays notifications about bets outcome. |
Dateigröße | 1.75 MB |
Installationsanzahl | 46 |
Aktuelle Version | 1.5.2 |
Letztes Update | 2017-06-20 |
Veröffentlichungsdatum | 2017-06-20 |
Bewertung | 5.00/5 Insgesamt 6 Bewertungen |
Entwickler | BetConstruct |
Zahlungsart | free |
Erweiterungswebsite | http://www.vivarobet.am |
Unterstützte Sprachen | 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 } } |