FoG - Oddschecker o/r calculator
Adds overround for the win and place markets on horse racing. The extension will clearly highlight races where the place book is…
What is FoG - Oddschecker o/r calculator?
FoG - Oddschecker o/r calculator is a Chrome extension developed by FoG BLoG, and its main feature is "Adds overround for the win and place markets on horse racing. The extension will clearly highlight races where the place book is…".
Extension Screenshots
Download FoG - Oddschecker o/r calculator Extension CRX File
Download FoG - Oddschecker o/r 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
Adds overround for the win and place markets on horse racing. The extension will clearly highlight races where the place book is over broke. This helps to identify races with potential for each way sniping. Can also be applied to any sports event that offers an each way market (golf, football outrights, other outrights etc). If the bookie is offering extra places or there is a short favourite then these markets sometimes can present each way value.
Extension Basic Information
Name | FoG - Oddschecker o/r calculator |
ID | mjglinopkdofebaamonijiemkndjaopd |
Official URL | https://chromewebstore.google.com/detail/fog-oddschecker-or-calcul/mjglinopkdofebaamonijiemkndjaopd |
Description | Adds overround for the win and place markets on horse racing. The extension will clearly highlight races where the place book is… |
File Size | 1.35 MB |
Installation Count | 1,240 |
Current Version | 1.0 |
Last Updated | 2022-10-01 |
Publish Date | 2019-06-24 |
Rating | 5.00/5 Total 2 Ratings |
Developer | FoG BLoG |
[email protected] | |
Payment Type | free |
Extension Website | https://fog2014.blogspot.com/ |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FoG - Oddschecker o\/r calculator", "version": "1.0", "icons": { "128": "Images\/1000.jpg" }, "content_scripts": [ { "matches": [ "https:\/\/www.oddschecker.com\/*" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ "Images\/1000.jpg" ] } |