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…

What is Racing Post Extension?

Racing Post Extension is a Chrome extension developed by solarsituation123, and its main feature is "No more clicking through on each horse to find alternative entries! Find all alternative entries for every horse on a card when on…".

Extension Screenshots

screenshot
screenshot
screenshot

Download Racing Post Extension Extension CRX File

Download Racing Post Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Racing Post Extension Racing Post Extension
ID okaaekmiapgagpkoipokbekcafmcchfj
Official URL https://chromewebstore.google.com/detail/racing-post-extension/okaaekmiapgagpkoipokbekcafmcchfj
Description No more clicking through on each horse to find alternative entries! Find all alternative entries for every horse on a card when on…
File Size 2.46 MB
Installation Count 71
Current Version 1.1.7
Last Updated 2021-12-16
Publish Date 2021-05-12
Rating 5.00/5 Total 2 Ratings
Developer solarsituation123
Email [email protected]
Payment Type in_app
Supported Languages 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"
}