Cookie Clicker Mod Manager

Cookie Clicker Mod Manager

What is Cookie Clicker Mod Manager?

Cookie Clicker Mod Manager is a Chrome extension developed by klattmose, and its main feature is "Cookie Clicker Mod Manager".

Extension Screenshots

screenshot

Download Cookie Clicker Mod Manager Extension CRX File

Download Cookie Clicker Mod Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Cookie Clicker Mod Manager Cookie Clicker Mod Manager
ID gehplcbdghdjeinldbgkjdffgkdcpned
Official URL https://chromewebstore.google.com/detail/cookie-clicker-mod-manage/gehplcbdghdjeinldbgkjdffgkdcpned
Description Cookie Clicker Mod Manager
File Size 1.3 MB
Installation Count 20,000
Current Version 1.5.0
Last Updated 2022-10-01
Publish Date 2020-06-20
Rating 3.71/5 Total 21 Ratings
Developer klattmose
Email [email protected]
Payment Type free
Help Page URL https://github.com/klattmose/CookieClickerModManager
Supported Languages 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": [
                ""
            ]
        }
    ],
    "action": {
        "browser_style": false,
        "default_icon": "icons\/CCMM-48.png",
        "default_popup": "\/menu\/menu.html",
        "default_title": "Cookie Clicker Mod Manager",
        "show_matches": [
            "*:\/\/orteil.dashnet.org\/cookieclicker\/",
            "*:\/\/orteil.dashnet.org\/cookieclicker\/beta\/",
            "*:\/\/cookieclicker.eu\/cookieclicker\/",
            "*:\/\/cookieclicker.eu\/cookieclicker\/beta\/"
        ]
    },
    "background": {
        "service_worker": "\/menu\/background.js"
    },
    "options_ui": {
        "page": "\/menu\/menu.html"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/orteil.dashnet.org\/cookieclicker\/",
        "*:\/\/orteil.dashnet.org\/cookieclicker\/beta\/",
        "*:\/\/cookieclicker.eu\/cookieclicker\/",
        "*:\/\/cookieclicker.eu\/cookieclicker\/beta\/"
    ]
}