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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}