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 là gì?

Racing Post Extension là một tiện ích mở rộng Chrome được phát triển bởi solarsituation123, và tính năng chính của nó là "No more clicking through on each horse to find alternative entries! Find all alternative entries for every horse on a card when on…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Racing Post Extension

Tải xuống các tệp mở rộng Racing Post Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Racing Post Extension Racing Post Extension
ID okaaekmiapgagpkoipokbekcafmcchfj
URL Chính Thức https://chromewebstore.google.com/detail/racing-post-extension/okaaekmiapgagpkoipokbekcafmcchfj
Mô tả No more clicking through on each horse to find alternative entries! Find all alternative entries for every horse on a card when on…
Kích Thước Tệp 2.46 MB
Số Lần Cài Đặt 71
Phiên Bản Hiện Tại 1.1.7
Cập Nhật Lần Cuối 2021-12-16
Ngày Phát Hành 2021-05-12
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển solarsituation123
Email [email protected]
Loại Thanh Toán in_app
Ngôn Ngữ Được Hỗ Trợ 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"
}