The New Campaign Trail Fast Mod Loader
A small chrome extension to help developers quickly load mods into TNCT
Wat is The New Campaign Trail Fast Mod Loader?
The New Campaign Trail Fast Mod Loader is een Chrome-extensie ontwikkeld door jetjdsimon, en de belangrijkste functie is "A small chrome extension to help developers quickly load mods into TNCT".
Extensie Screenshots
Download het CRX-bestand van de extensie The New Campaign Trail Fast Mod Loader
Download The New Campaign Trail Fast Mod Loader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | The New Campaign Trail Fast Mod Loader |
ID | nidjfeolnfjpnklfokkfocccifgmipoh |
Officiële URL | https://chromewebstore.google.com/detail/the-new-campaign-trail-fa/nidjfeolnfjpnklfokkfocccifgmipoh |
Beschrijving | A small chrome extension to help developers quickly load mods into TNCT |
Bestandsgrootte | 9.36 KB |
Aantal Installaties | 91 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2023-05-17 |
Publicatiedatum | 2023-05-14 |
Ontwikkelaar | jetjdsimon |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } } |