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…

Qu'est-ce que Racing Post Extension ?

Racing Post Extension est une extension Chrome développée par solarsituation123, et sa fonction principale est "No more clicking through on each horse to find alternative entries! Find all alternative entries for every horse on a card when on…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Racing Post Extension

Téléchargez les fichiers d'extension Racing Post Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Racing Post Extension Racing Post Extension
ID okaaekmiapgagpkoipokbekcafmcchfj
URL Officiel 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…
Taille du Fichier 2.46 MB
Nombre d'Installations 71
Version Actuelle 1.1.7
Dernière Mise à Jour 2021-12-16
Date de Publication 2021-05-12
Évaluation 5.00/5 Total 2 Évaluations
Développeur solarsituation123
Email [email protected]
Type de Paiement in_app
Langues Prises en Charge 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"
}