iRacing Setup Spotter

This extension finds all posted setups in the current thread and lists them for download

iRacing Setup Spotterとは何ですか?

iRacing Setup SpotterはRoel Beckersによって開発されたChromeの拡張機能で、その主な機能は「This extension finds all posted setups in the current thread and lists them for download」です。

拡張機能のスクリーンショット

screenshot

iRacing Setup Spotter拡張機能のCRXファイルをダウンロード

iRacing Setup Spotter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extensions finds all setups posted in the current thread of the iRacing forum and shows them on a convenient location. You can directly download from the setup list or click the setup you are interested in to jump to the corresponding post.

Version 1.4
- fixed a couple of multi page bugs
- multi page setup spotting is more stable now                    

拡張機能の基本情報

名前 iRacing Setup Spotter iRacing Setup Spotter
ID hgpaplkommmdjkapadhmpodjbnklibck
公式URL https://chrome.google.com/webstore/detail/iracing-setup-spotter/hgpaplkommmdjkapadhmpodjbnklibck
説明 This extension finds all posted setups in the current thread and lists them for download
ファイルサイズ 89.53 KB
インストール数 294
現在のバージョン 1.4
最終更新日 2019-08-16
公開日 2019-08-16
評価 3.67/5 合計 3 レビュー
開発者 Roel Beckers
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "iRacing Setup Spotter",
    "description": "This extension finds all posted setups in the current thread and lists them for download",
    "version": "1.4",
    "page_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "*:\/\/members.iracing.com\/jforum\/posts\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.members.iracing.com\/jforum\/posts\/*"
            ],
            "js": [
                "jquery-3.1.0.min.js",
                "setupspotter.js"
            ],
            "css": [
                "setupspotter.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "loader-svg.svg",
        "download.png"
    ]
}