Matched Betting Calculator

Matched Betting Calculator Chrome extension from The Bet Adviser

Qu'est-ce que Matched Betting Calculator ?

Matched Betting Calculator est une extension Chrome développée par https://thebetadviser.co.uk, et sa fonction principale est "Matched Betting Calculator Chrome extension from The Bet Adviser".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Matched Betting Calculator

Téléchargez les fichiers d'extension Matched Betting Calculator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Matched Betting Calculator Matched Betting Calculator
ID llgjbpacfejiokfhclkomdoakobcnchi
URL Officiel https://chrome.google.com/webstore/detail/matched-betting-calculato/llgjbpacfejiokfhclkomdoakobcnchi
Description Matched Betting Calculator Chrome extension from The Bet Adviser
Taille du Fichier 57.93 KB
Nombre d'Installations 49
Version Actuelle 1.0
Dernière Mise à Jour 2019-06-06
Date de Publication 2019-06-06
Développeur https://thebetadviser.co.uk
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://thebetadviser.co.uk
Langues Prises en Charge 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'"
}