Cookie Clicker Mod Manager
Cookie Clicker Mod Manager
Vad är Cookie Clicker Mod Manager?
Cookie Clicker Mod Manager är en Chrome-tillägg utvecklad av klattmose, och dess huvudfunktion är "Cookie Clicker Mod Manager".
Tilläggsskärmbilder
Ladda ner Cookie Clicker Mod Manager-förlängningens CRX-fil
Ladda ner Cookie Clicker Mod Manager-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Cookie Clicker Mod Manager |
ID | gehplcbdghdjeinldbgkjdffgkdcpned |
Officiell webbadress | https://chromewebstore.google.com/detail/cookie-clicker-mod-manage/gehplcbdghdjeinldbgkjdffgkdcpned |
Beskrivning | Cookie Clicker Mod Manager |
Filstorlek | 1.3 MB |
Antal Installationer | 20,000 |
Aktuell Version | 1.5.0 |
Senast Uppdaterad | 2022-10-01 |
Publiceringsdatum | 2020-06-20 |
Betyg | 3.71/5 Totalt 21 Betyg |
Utvecklare | klattmose |
E-post | [email protected] |
Betalningssätt | free |
Hjälpsida URL | https://github.com/klattmose/CookieClickerModManager |
Stödda Språk | 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": [ " |