Cookie Clicker Mod Manager

Cookie Clicker Mod Manager

Qu'est-ce que Cookie Clicker Mod Manager ?

Cookie Clicker Mod Manager est une extension Chrome développée par klattmose, et sa fonction principale est "Cookie Clicker Mod Manager".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Cookie Clicker Mod Manager

Téléchargez les fichiers d'extension Cookie Clicker Mod Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Cookie Clicker Mod Manager Cookie Clicker Mod Manager
ID gehplcbdghdjeinldbgkjdffgkdcpned
URL Officiel https://chromewebstore.google.com/detail/cookie-clicker-mod-manage/gehplcbdghdjeinldbgkjdffgkdcpned
Description Cookie Clicker Mod Manager
Taille du Fichier 1.3 MB
Nombre d'Installations 20,000
Version Actuelle 1.5.0
Dernière Mise à Jour 2022-10-01
Date de Publication 2020-06-20
Évaluation 3.71/5 Total 21 Évaluations
Développeur klattmose
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/klattmose/CookieClickerModManager
Langues Prises en Charge 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\/"
    ]
}