Racing Post Extension

No more clicking through on each horse to find alternative entries! Find all alternative entries for every horse on a card when on…

ما هو Racing Post Extension؟

Racing Post Extension هو إضافة Chrome تم تطويرها بواسطة solarsituation123، والميزة الرئيسية لها هي "No more clicking through on each horse to find alternative entries! Find all alternative entries for every horse on a card when on…".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Racing Post Extension

قم بتنزيل ملفات الامتداد Racing Post Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        No more clicking through on each horse to find alternative entries!

Find all alternative entries for every horse on a card when on the Racing Post website at the click of a button, or hover over each horse to see them in a pop-up box. Each alternative entry is a clickable URL so you can also go straight to each race.                    

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

الاسم Racing Post Extension Racing Post Extension
ID okaaekmiapgagpkoipokbekcafmcchfj
عنوان URL الرسمي https://chromewebstore.google.com/detail/racing-post-extension/okaaekmiapgagpkoipokbekcafmcchfj
الوصف No more clicking through on each horse to find alternative entries! Find all alternative entries for every horse on a card when on…
حجم الملف 2.46 MB
عدد التثبيتات 71
النسخة الحالية 1.1.7
آخر تحديث 2021-12-16
تاريخ النشر 2021-05-12
تقييم 5.00/5 مجموع تقييمات 2
المطور solarsituation123
البريد الإلكتروني [email protected]
نوع الدفع in_app
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "default_locale": "en",
    "description": "__MSG_description__",
    "background": {
        "persistent": true,
        "scripts": [
            "src\/js\/extpay-client.min.js",
            "src\/js\/background.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.racingpost.com\/racecards\/*",
                "*:\/\/racingpost.com\/racecards\/*"
            ],
            "js": [
                "src\/js\/rpe.min.js"
            ],
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "src\/js\/extpay-client.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "https:\/\/racingpost.com\/*",
        "https:\/\/*.racingpost.com\/*",
        "https:\/\/extensionpay.com\/*",
        "storage"
    ],
    "minimum_chrome_version": "61",
    "version": "1.1.7",
    "version_name": "1.1.7"
}