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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A small chrome extension to help developers quickly load mods into TNCT"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में The New Campaign Trail Fast Mod Loader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
        }
    }
}