Cookie Clicker Mod Manager

Cookie Clicker Mod Manager

¿Qué es Cookie Clicker Mod Manager?

Cookie Clicker Mod Manager es una extensión de Chrome desarrollada por klattmose, y su función principal es "Cookie Clicker Mod Manager".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Cookie Clicker Mod Manager

Descarga archivos de extensión Cookie Clicker Mod Manager en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Cookie Clicker Mod Manager Cookie Clicker Mod Manager
ID gehplcbdghdjeinldbgkjdffgkdcpned
URL Oficial https://chromewebstore.google.com/detail/cookie-clicker-mod-manage/gehplcbdghdjeinldbgkjdffgkdcpned
Descripción Cookie Clicker Mod Manager
Tamaño del Archivo 1.3 MB
Cantidad de Instalaciones 20,000
Versión Actual 1.5.0
Última Actualización 2022-10-01
Fecha de Publicación 2020-06-20
Calificación 3.71/5 Total de 21 Calificaciones
Desarrollador klattmose
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://github.com/klattmose/CookieClickerModManager
Idiomas Soportados 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\/"
    ]
}