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 là gì?
The New Campaign Trail Fast Mod Loader là một tiện ích mở rộng Chrome được phát triển bởi jetjdsimon, và tính năng chính của nó là "A small chrome extension to help developers quickly load mods into TNCT".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng The New Campaign Trail Fast Mod Loader
Tải xuống các tệp mở rộng The New Campaign Trail Fast Mod Loader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | The New Campaign Trail Fast Mod Loader |
ID | nidjfeolnfjpnklfokkfocccifgmipoh |
URL Chính Thức | https://chromewebstore.google.com/detail/the-new-campaign-trail-fa/nidjfeolnfjpnklfokkfocccifgmipoh |
Mô tả | A small chrome extension to help developers quickly load mods into TNCT |
Kích Thước Tệp | 9.36 KB |
Số Lần Cài Đặt | 91 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2023-05-17 |
Ngày Phát Hành | 2023-05-14 |
Nhà Phát Triển | jetjdsimon |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } |