Vivaro Bets
Shows recent bets and displays notifications about bets outcome.
Vad är Vivaro Bets?
Vivaro Bets är en Chrome-tillägg utvecklad av BetConstruct, och dess huvudfunktion är "Shows recent bets and displays notifications about bets outcome.".
Tilläggsskärmbilder
Ladda ner Vivaro Bets-förlängningens CRX-fil
Ladda ner Vivaro Bets-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
What's new:
- Show live games.
- Show user balance. Grundläggande Information om Tillägg
| Namn | |
| ID | fanbfomiicdombhlboceaapipgbjbjkm |
| Officiell webbadress | https://chromewebstore.google.com/detail/vivaro-bets/fanbfomiicdombhlboceaapipgbjbjkm |
| Beskrivning | Shows recent bets and displays notifications about bets outcome. |
| Filstorlek | 1.75 MB |
| Antal Installationer | 46 |
| Aktuell Version | 1.5.2 |
| Senast Uppdaterad | 2017-06-20 |
| Publiceringsdatum | 2017-06-20 |
| Betyg | 5.00/5 Totalt 6 Betyg |
| Utvecklare | BetConstruct |
| Betalningssätt | free |
| Tilläggswebbplats | http://www.vivarobet.am |
| Stödda Språk | 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
}
} | |