The New Campaign Trail Fast Mod Loader

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

What is The New Campaign Trail Fast Mod Loader?

The New Campaign Trail Fast Mod Loader is a Chrome extension developed by jetjdsimon, and its main feature is "A small chrome extension to help developers quickly load mods into TNCT".

Extension Screenshots

screenshot

Download The New Campaign Trail Fast Mod Loader Extension CRX File

Download The New Campaign Trail Fast Mod Loader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name The New Campaign Trail Fast Mod Loader The New Campaign Trail Fast Mod Loader
ID nidjfeolnfjpnklfokkfocccifgmipoh
Official URL https://chromewebstore.google.com/detail/the-new-campaign-trail-fa/nidjfeolnfjpnklfokkfocccifgmipoh
Description A small chrome extension to help developers quickly load mods into TNCT
File Size 9.36 KB
Installation Count 91
Current Version 1.0.0
Last Updated 2023-05-17
Publish Date 2023-05-14
Developer jetjdsimon
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    }
}