Matched Betting Calculator
Matched Betting Calculator Chrome extension from The Bet Adviser
Vad är Matched Betting Calculator?
Matched Betting Calculator är en Chrome-tillägg utvecklad av https://thebetadviser.co.uk, och dess huvudfunktion är "Matched Betting Calculator Chrome extension from The Bet Adviser".
Tilläggsskärmbilder
Ladda ner Matched Betting Calculator-förlängningens CRX-fil
Ladda ner Matched Betting Calculator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | llgjbpacfejiokfhclkomdoakobcnchi |
Officiell webbadress | https://chrome.google.com/webstore/detail/matched-betting-calculato/llgjbpacfejiokfhclkomdoakobcnchi |
Beskrivning | Matched Betting Calculator Chrome extension from The Bet Adviser |
Filstorlek | 57.93 KB |
Antal Installationer | 49 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2019-06-06 |
Publiceringsdatum | 2019-06-06 |
Utvecklare | https://thebetadviser.co.uk |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://thebetadviser.co.uk |
Stödda Språk | 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'" } |