Matched Betting Calculator

Matched Betting Calculator Chrome extension from The Bet Adviser

Τι είναι το Matched Betting Calculator;

Το Matched Betting Calculator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://thebetadviser.co.uk, και η κύρια λειτουργία του είναι "Matched Betting Calculator Chrome extension from The Bet Adviser".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Matched Betting Calculator

Λήψη αρχείων επέκτασης Matched Betting Calculator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Matched Betting Calculator Matched Betting Calculator
ID llgjbpacfejiokfhclkomdoakobcnchi
Επίσημο URL https://chrome.google.com/webstore/detail/matched-betting-calculato/llgjbpacfejiokfhclkomdoakobcnchi
Περιγραφή Matched Betting Calculator Chrome extension from The Bet Adviser
Μέγεθος Αρχείου 57.93 KB
Αριθμός Εγκαταστάσεων 49
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2019-06-06
Ημερομηνία Δημοσίευσης 2019-06-06
Προγραμματιστής https://thebetadviser.co.uk
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://thebetadviser.co.uk
Υποστηριζόμενες Γλώσσες 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'"
}