Matched Betting Calculator

Matched Betting Calculator Chrome extension from The Bet Adviser

Cos'è Matched Betting Calculator?

Matched Betting Calculator è un'estensione di Chrome sviluppata da https://thebetadviser.co.uk, e la sua funzione principale è "Matched Betting Calculator Chrome extension from The Bet Adviser".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Matched Betting Calculator

Scarica i file di estensione Matched Betting Calculator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Matched Betting Calculator Matched Betting Calculator
ID llgjbpacfejiokfhclkomdoakobcnchi
URL Ufficiale https://chrome.google.com/webstore/detail/matched-betting-calculato/llgjbpacfejiokfhclkomdoakobcnchi
Descrizione Matched Betting Calculator Chrome extension from The Bet Adviser
Dimensione del File 57.93 KB
Conteggio Installazioni 49
Versione Corrente 1.0
Ultimo Aggiornamento 2019-06-06
Data di Pubblicazione 2019-06-06
Sviluppatore https://thebetadviser.co.uk
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://thebetadviser.co.uk
Lingue Supportate 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'"
}