BetMax
Максимальные коэффициенты для ставок на спорт
What is BetMax?
BetMax is a Chrome extension developed by https://www.betmax.ru, and its main feature is "Максимальные коэффициенты для ставок на спорт".
Extension Screenshots
Download BetMax Extension CRX File
Download BetMax extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Расширение BetMax для браузера Google Chrome даёт возможность сравнить букмекерские LIVE-коэффициенты в реальном времени. Теперь лучшие LIVE-коэффициенты будут всегда у Вас под рукой. Просто добавьте ставку в корзину на своей БК и BetMax покажет Вам лучшие коэффициенты прямо там же, без переходов и дополнительных окон.
Extension Basic Information
Name | |
ID | gbipcaeiifdenbnbaenikfoglladlipo |
Official URL | https://chrome.google.com/webstore/detail/betmax/gbipcaeiifdenbnbaenikfoglladlipo |
Description | Максимальные коэффициенты для ставок на спорт |
File Size | 157 KB |
Installation Count | 3,000 |
Current Version | 1.0.1 |
Last Updated | 2020-03-27 |
Publish Date | 2020-03-26 |
Rating | 4.83/5 Total 84 Ratings |
Developer | https://www.betmax.ru |
[email protected] | |
Payment Type | free |
Extension Website | https://www.betmax.ru/ |
Help Page URL | https://www.betmax.ru/contacts |
Privacy Policy Page URL | https://www.betmax.ru/privat-policy.html |
Supported Languages | 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" ] } |