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 | 
| Eメール | [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"
}  |  |