Cookie Clicker Mod Manager
Cookie Clicker Mod Manager
Cookie Clicker Mod Manager là gì?
Cookie Clicker Mod Manager là một tiện ích mở rộng Chrome được phát triển bởi klattmose, và tính năng chính của nó là "Cookie Clicker Mod Manager".
Ả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 Cookie Clicker Mod Manager
Tải xuống các tệp mở rộng Cookie Clicker Mod Manager 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
This allows the user to specify a list of mods and add-ons to be loaded when the Cookie Clicker game is loaded. The mods can be toggled on and off, and the entire extension can be disabled. Also has the ability to export and import the configuration.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Cookie Clicker Mod Manager |
ID | gehplcbdghdjeinldbgkjdffgkdcpned |
URL Chính Thức | https://chromewebstore.google.com/detail/cookie-clicker-mod-manage/gehplcbdghdjeinldbgkjdffgkdcpned |
Mô tả | Cookie Clicker Mod Manager |
Kích Thước Tệp | 1.3 MB |
Số Lần Cài Đặt | 20,000 |
Phiên Bản Hiện Tại | 1.5.0 |
Cập Nhật Lần Cuối | 2022-10-01 |
Ngày Phát Hành | 2020-06-20 |
Đánh Giá | 3.71/5 Tổng số 21 Đánh Giá |
Nhà Phát Triển | klattmose |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/klattmose/CookieClickerModManager |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Cookie Clicker Mod Manager", "version": "1.5.0", "description": "Cookie Clicker Mod Manager", "icons": { "48": "icons\/CCMM-48.png", "96": "icons\/CCMM-96.png" }, "content_scripts": [ { "matches": [ "*:\/\/orteil.dashnet.org\/cookieclicker\/", "*:\/\/orteil.dashnet.org\/cookieclicker\/beta\/", "*:\/\/cookieclicker.eu\/cookieclicker\/", "*:\/\/cookieclicker.eu\/cookieclicker\/beta\/" ], "js": [ "\/src\/config.js", "\/src\/CCMM.js" ] } ], "web_accessible_resources": [ { "resources": [ "\/src\/mainModLoader.js", "\/src\/adhocModLoader.js" ], "matches": [ " |