BetMax

Максимальные коэффициенты для ставок на спорт

Was ist BetMax?

BetMax ist eine Chrome-Erweiterung, die von https://www.betmax.ru entwickelt wurde, und ihr Hauptmerkmal ist "Максимальные коэффициенты для ставок на спорт".

Erweiterungsscreenshots

BetMax-Erweiterungs-CRX-Datei herunterladen

Laden Sie BetMax-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

                        Расширение BetMax для браузера Google Chrome даёт возможность сравнить букмекерские LIVE-коэффициенты в реальном времени.

Теперь лучшие LIVE-коэффициенты будут всегда у Вас под рукой. Просто добавьте ставку в корзину на своей БК и BetMax покажет Вам лучшие коэффициенты прямо там же, без переходов и дополнительных окон.                    

Grundlegende Informationen zur Erweiterung

Name BetMax BetMax
ID gbipcaeiifdenbnbaenikfoglladlipo
Offizielle URL https://chrome.google.com/webstore/detail/betmax/gbipcaeiifdenbnbaenikfoglladlipo
Beschreibung Максимальные коэффициенты для ставок на спорт
Dateigröße 157 KB
Installationsanzahl 3,000
Aktuelle Version 1.0.1
Letztes Update 2020-03-27
Veröffentlichungsdatum 2020-03-26
Bewertung 4.83/5 Insgesamt 84 Bewertungen
Entwickler https://www.betmax.ru
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.betmax.ru/
Hilfeseite URL https://www.betmax.ru/contacts
URL der Datenschutzrichtlinien-Seite https://www.betmax.ru/privat-policy.html
Unterstützte Sprachen 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"
    ]
}