BetMax
Максимальные коэффициенты для ставок на спорт
Wat is BetMax?
BetMax is een Chrome-extensie ontwikkeld door https://www.betmax.ru, en de belangrijkste functie is "Максимальные коэффициенты для ставок на спорт".
Extensie Screenshots
Download het CRX-bestand van de extensie BetMax
Download BetMax-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Расширение BetMax для браузера Google Chrome даёт возможность сравнить букмекерские LIVE-коэффициенты в реальном времени. Теперь лучшие LIVE-коэффициенты будут всегда у Вас под рукой. Просто добавьте ставку в корзину на своей БК и BetMax покажет Вам лучшие коэффициенты прямо там же, без переходов и дополнительных окон.
Basisinformatie over de Extensie
Naam | |
ID | gbipcaeiifdenbnbaenikfoglladlipo |
Officiële URL | https://chrome.google.com/webstore/detail/betmax/gbipcaeiifdenbnbaenikfoglladlipo |
Beschrijving | Максимальные коэффициенты для ставок на спорт |
Bestandsgrootte | 157 KB |
Aantal Installaties | 3,000 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2020-03-27 |
Publicatiedatum | 2020-03-26 |
Beoordeling | 4.83/5 Totaal 84 Beoordelingen |
Ontwikkelaar | https://www.betmax.ru |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.betmax.ru/ |
Help Pagina-URL | https://www.betmax.ru/contacts |
URL van de Privacybeleid Pagina | https://www.betmax.ru/privat-policy.html |
Ondersteunde Talen | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BetMax", "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u044b\u0435 \u043a\u043e\u044d\u0444\u0444\u0438\u0446\u0438\u0435\u043d\u0442\u044b \u0434\u043b\u044f \u0441\u0442\u0430\u0432\u043e\u043a \u043d\u0430 \u0441\u043f\u043e\u0440\u0442", "version": "1.0.1", "icons": { "48": "icon48.png", "16": "icon16.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "*.js", "*.css", "*.png", "*.ttf", "*.svg", "*.html", "*.woff2" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; font-src https:\/\/*; object-src 'self'", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "exclude_matches": [ "https:\/\/*.bingoboom.ru\/*" ], "js": [ "js\/injector.js", "js\/coefficents-window.js" ], "css": [ "no-connection\/no-connection.css" ] }, { "matches": [ "https:\/\/sport.bingoboom.ru\/*" ], "js": [ "js\/injector.js" ], "css": [ "no-connection\/no-connection.css" ], "all_frames": true }, { "matches": [ "https:\/\/bingoboom.ru\/*" ], "js": [ "js\/coefficents-window.js" ], "css": [ "no-connection\/no-connection.css" ] } ], "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "tabs", "storage" ] } |