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…

Co je FoG - Oddschecker o/r calculator?

FoG - Oddschecker o/r calculator je rozšíření Chrome vyvinuté FoG BLoG, a jeho hlavní funkcí je „Adds overround for the win and place markets on horse racing. The extension will clearly highlight races where the place book is…“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření FoG - Oddschecker o/r calculator

Stáhněte si soubory rozšíření FoG - Oddschecker o/r 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í

                        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.                    

Základní Informace o Rozšíření

Název FoG - Oddschecker o/r calculator FoG - Oddschecker o/r calculator
ID mjglinopkdofebaamonijiemkndjaopd
Oficiální URL https://chromewebstore.google.com/detail/fog-oddschecker-or-calcul/mjglinopkdofebaamonijiemkndjaopd
Popis Adds overround for the win and place markets on horse racing. The extension will clearly highlight races where the place book is…
Velikost souboru 1.35 MB
Počet instalací 1,240
Aktuální Verze 1.0
Poslední Aktualizace 2022-10-01
Datum Vydání 2019-06-24
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář FoG BLoG
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://fog2014.blogspot.com/
Podporované Jazyky 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"
    ]
}