Matched Betting Calculator
Matched Betting Calculator Chrome extension from The Bet Adviser
Co je Matched Betting Calculator?
Matched Betting Calculator je rozšíření Chrome vyvinuté https://thebetadviser.co.uk, a jeho hlavní funkcí je „Matched Betting Calculator Chrome extension from The Bet Adviser“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Matched Betting Calculator
Stáhněte si soubory rozšíření Matched Betting Calculator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | llgjbpacfejiokfhclkomdoakobcnchi |
Oficiální URL | https://chrome.google.com/webstore/detail/matched-betting-calculato/llgjbpacfejiokfhclkomdoakobcnchi |
Popis | Matched Betting Calculator Chrome extension from The Bet Adviser |
Velikost souboru | 57.93 KB |
Počet instalací | 49 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2019-06-06 |
Datum Vydání | 2019-06-06 |
Vývojář | https://thebetadviser.co.uk |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://thebetadviser.co.uk |
Podporované Jazyky | 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'" } |