Matched Betting Calculator

Matched Betting Calculator Chrome extension from The Bet Adviser

What is Matched Betting Calculator?

Matched Betting Calculator is a Chrome extension developed by https://thebetadviser.co.uk, and its main feature is "Matched Betting Calculator Chrome extension from The Bet Adviser".

Extension Screenshots

screenshot

Download Matched Betting Calculator Extension CRX File

Download Matched Betting Calculator 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

                        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.                    

Extension Basic Information

Name Matched Betting Calculator Matched Betting Calculator
ID llgjbpacfejiokfhclkomdoakobcnchi
Official URL https://chrome.google.com/webstore/detail/matched-betting-calculato/llgjbpacfejiokfhclkomdoakobcnchi
Description Matched Betting Calculator Chrome extension from The Bet Adviser
File Size 57.93 KB
Installation Count 49
Current Version 1.0
Last Updated 2019-06-06
Publish Date 2019-06-06
Developer https://thebetadviser.co.uk
Email [email protected]
Payment Type free
Extension Website https://thebetadviser.co.uk
Supported Languages 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'"
}