The New Campaign Trail Fast Mod Loader

A small chrome extension to help developers quickly load mods into TNCT

The New Campaign Trail Fast Mod Loaderとは何ですか?

The New Campaign Trail Fast Mod Loaderはjetjdsimonによって開発されたChromeの拡張機能で、その主な機能は「A small chrome extension to help developers quickly load mods into TNCT」です。

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

screenshot

The New Campaign Trail Fast Mod Loader拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Click on the icon in your extensions bar to fill in your code 1 and code 2.

Right click when you're on The New Campaign Trail site and you will have a "Load TNCT Mod" option that will automatically load your mod in.                    

拡張機能の基本情報

名前 The New Campaign Trail Fast Mod Loader The New Campaign Trail Fast Mod Loader
ID nidjfeolnfjpnklfokkfocccifgmipoh
公式URL https://chromewebstore.google.com/detail/the-new-campaign-trail-fa/nidjfeolnfjpnklfokkfocccifgmipoh
説明 A small chrome extension to help developers quickly load mods into TNCT
ファイルサイズ 9.36 KB
インストール数 91
現在のバージョン 1.0.0
最終更新日 2023-05-17
公開日 2023-05-14
開発者 jetjdsimon
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The New Campaign Trail Fast Mod Loader",
    "version": "1.0.0",
    "description": "A small chrome extension to help developers quickly load mods into TNCT",
    "permissions": [
        "contextMenus",
        "activeTab",
        "scripting",
        "tabs",
        "storage"
    ],
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "host_permissions": [
        "https:\/\/www.newcampaigntrail.com\/campaign-trail\/index.html"
    ],
    "icons": {
        "128": "images\/mod-loader.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "The New Campaign Trail Fast Mod Loader",
        "default_icon": {
            "128": "images\/mod-loader.png"
        }
    }
}