Matched Betting Calculator
Matched Betting Calculator Chrome extension from The Bet Adviser
Wat is Matched Betting Calculator?
Matched Betting Calculator is een Chrome-extensie ontwikkeld door https://thebetadviser.co.uk, en de belangrijkste functie is "Matched Betting Calculator Chrome extension from The Bet Adviser".
Extensie Screenshots
Download het CRX-bestand van de extensie Matched Betting Calculator
Download Matched Betting Calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | llgjbpacfejiokfhclkomdoakobcnchi |
Officiële URL | https://chrome.google.com/webstore/detail/matched-betting-calculato/llgjbpacfejiokfhclkomdoakobcnchi |
Beschrijving | Matched Betting Calculator Chrome extension from The Bet Adviser |
Bestandsgrootte | 57.93 KB |
Aantal Installaties | 49 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-06-06 |
Publicatiedatum | 2019-06-06 |
Ontwikkelaar | https://thebetadviser.co.uk |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://thebetadviser.co.uk |
Ondersteunde Talen | 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'" } |