Matched Betting Calculator

Matched Betting Calculator Chrome extension from The Bet Adviser

Co to jest Matched Betting Calculator?

Matched Betting Calculator to rozszerzenie Chrome opracowane przez https://thebetadviser.co.uk, a jego główną funkcją jest „Matched Betting Calculator Chrome extension from The Bet Adviser”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Matched Betting Calculator

Pobierz pliki rozszerzeń Matched Betting Calculator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        The Bet Adviser's Matched Betting Calculator is now available as a Chrome extension. Quickly calculate your matched bets while have your chosen bookmaker and/or exchange on the screen at the same time.

The Matched Betting Calculator has various functions including: Qualifying bets, free bets, risk free bets and adjust lay features to easily calculate all of your matched bets quickly and efficiently.                    

Podstawowe informacje o rozszerzeniu

Nazwa Matched Betting Calculator Matched Betting Calculator
ID llgjbpacfejiokfhclkomdoakobcnchi
Oficjalny URL https://chrome.google.com/webstore/detail/matched-betting-calculato/llgjbpacfejiokfhclkomdoakobcnchi
Opis Matched Betting Calculator Chrome extension from The Bet Adviser
Rozmiar pliku 57.93 KB
Liczba instalacji 49
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2019-06-06
Data Publikacji 2019-06-06
Deweloper https://thebetadviser.co.uk
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://thebetadviser.co.uk
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Matched Betting Calculator",
    "description": "Matched Betting Calculator Chrome extension from The Bet Adviser",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/thebetadviser.co.uk\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/d24n15hnbwhuhn.cloudfront.net; object-src 'self'"
}