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…

O que é FoG - Oddschecker o/r calculator?

FoG - Oddschecker o/r calculator é uma extensão do Chrome desenvolvida por FoG BLoG, e sua principal característica é "Adds overround for the win and place markets on horse racing. The extension will clearly highlight races where the place book is…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão FoG - Oddschecker o/r calculator

Baixe arquivos de extensão FoG - Oddschecker o/r calculator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome FoG - Oddschecker o/r calculator FoG - Oddschecker o/r calculator
ID mjglinopkdofebaamonijiemkndjaopd
URL Oficial https://chromewebstore.google.com/detail/fog-oddschecker-or-calcul/mjglinopkdofebaamonijiemkndjaopd
Descrição Adds overround for the win and place markets on horse racing. The extension will clearly highlight races where the place book is…
Tamanho do Arquivo 1.35 MB
Contagem de Instalações 1,240
Versão Atual 1.0
Última Atualização 2022-10-01
Data de Publicação 2019-06-24
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor FoG BLoG
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://fog2014.blogspot.com/
Idiomas Suportados 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"
    ]
}