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…

ما هو FoG - Oddschecker o/r calculator؟

FoG - Oddschecker o/r calculator هو إضافة Chrome تم تطويرها بواسطة FoG BLoG، والميزة الرئيسية لها هي "Adds overround for the win and place markets on horse racing. The extension will clearly highlight races where the place book is…".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة FoG - Oddschecker o/r calculator

قم بتنزيل ملفات الامتداد FoG - Oddschecker o/r calculator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم FoG - Oddschecker o/r calculator FoG - Oddschecker o/r calculator
ID mjglinopkdofebaamonijiemkndjaopd
عنوان URL الرسمي https://chromewebstore.google.com/detail/fog-oddschecker-or-calcul/mjglinopkdofebaamonijiemkndjaopd
الوصف Adds overround for the win and place markets on horse racing. The extension will clearly highlight races where the place book is…
حجم الملف 1.35 MB
عدد التثبيتات 1,240
النسخة الحالية 1.0
آخر تحديث 2022-10-01
تاريخ النشر 2019-06-24
تقييم 5.00/5 مجموع تقييمات 2
المطور FoG BLoG
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://fog2014.blogspot.com/
اللغات المدعومة 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"
    ]
}