BetMax
Максимальные коэффициенты для ставок на спорт
Hvad er BetMax?
BetMax er en Chrome-udvidelse udviklet af https://www.betmax.ru, og dens hovedfunktion er "Максимальные коэффициенты для ставок на спорт".
Udvidelsesskærmbilleder
Download BetMax-udvidelses-CRX-fil
Download BetMax-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Расширение BetMax для браузера Google Chrome даёт возможность сравнить букмекерские LIVE-коэффициенты в реальном времени. Теперь лучшие LIVE-коэффициенты будут всегда у Вас под рукой. Просто добавьте ставку в корзину на своей БК и BetMax покажет Вам лучшие коэффициенты прямо там же, без переходов и дополнительных окон.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | gbipcaeiifdenbnbaenikfoglladlipo |
Officiel URL | https://chrome.google.com/webstore/detail/betmax/gbipcaeiifdenbnbaenikfoglladlipo |
Beskrivelse | Максимальные коэффициенты для ставок на спорт |
Filstørrelse | 157 KB |
Antal Installationer | 3,000 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2020-03-27 |
Udgivelsesdato | 2020-03-26 |
Bedømmelse | 4.83/5 Samlet 84 Bedømmelser |
Udvikler | https://www.betmax.ru |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.betmax.ru/ |
Hjælpeside-URL | https://www.betmax.ru/contacts |
URL til Fortrolighedspolitik Side | https://www.betmax.ru/privat-policy.html |
Understøttede Sprog | 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" ] } |