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是由solarsituation123开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载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.                     扩展基本信息
| 名称 |   |  
| 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"
}  |  |