Cppkies Mod Manager

The Cppkies-flavored mod manager for cookie clicker.

What is Cppkies Mod Manager?

Cppkies Mod Manager is a Chrome extension developed by G lander, and its main feature is "The Cppkies-flavored mod manager for cookie clicker.".

Extension Screenshots

screenshot

Download Cppkies Mod Manager Extension CRX File

Download Cppkies 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

                        Cppkies Mod Manager is an extension which automatically manages mods for the Cookie Clicker game.                    

Extension Basic Information

Name Cppkies Mod Manager Cppkies Mod Manager
ID bjooleocnlcahbnfieoojeijeddfdnfe
Official URL https://chromewebstore.google.com/detail/cppkies-mod-manager/bjooleocnlcahbnfieoojeijeddfdnfe
Description The Cppkies-flavored mod manager for cookie clicker.
File Size 333 KB
Installation Count 946
Current Version 1.0.0
Last Updated 2021-02-15
Publish Date 2021-02-14
Rating 5.00/5 Total 2 Ratings
Developer G lander
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cppkies Mod Manager",
    "version": "1.0.0",
    "description": "The Cppkies-flavored mod manager for cookie clicker.",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "54.0"
        }
    },
    "homepage_url": "https:\/\/github.com\/Cppkies-Team\/CppkiesModManager",
    "manifest_version": 2,
    "icons": {
        "48": ".\/static\/Cppkies48x48.png",
        "128": ".\/static\/Cppkies128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "browser_style": false,
        "default_icon": ".\/static\/Cppkies48x48.png",
        "default_title": "Cppkies Mod Manager",
        "default_popup": ".\/dist\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/orteil.dashnet.org\/cookieclicker\/*"
            ],
            "js": [
                ".\/dist\/outerContent.js"
            ]
        },
        {
            "matches": [
                "*:\/\/ccrepo.glander.club\/*"
            ],
            "js": [
                ".\/dist\/ccrepoContent.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "dist\/innerContent.js"
    ]
}