Cookie clicker control

This extension lets you modify your cookie clicker game via a menu when you press h on your keyboard

What is Cookie clicker control?

Cookie clicker control is a Chrome extension developed by argent, and its main feature is "This extension lets you modify your cookie clicker game via a menu when you press h on your keyboard".

Extension Screenshots

screenshot

Download Cookie clicker control Extension CRX File

Download Cookie clicker control 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

                        You can make modifications to:
- Cookies
- Achievements
- Purchases
- Upgrades
- Heavenly chips
- Prestige level
- Prestige upgrades

*** Disclaimer ***
I'm not affiliated with orteil or dashnet in anyway this was meant to be just a fun project I wouldn't recommend using my extension, it ruins the fun out of the game anyways have a nice day :)                    

Extension Basic Information

Name Cookie clicker control Cookie clicker control
ID bglkgdkjpdjhnepilabaofndpgocpmlb
Official URL https://chromewebstore.google.com/detail/cookie-clicker-control/bglkgdkjpdjhnepilabaofndpgocpmlb
Description This extension lets you modify your cookie clicker game via a menu when you press h on your keyboard
File Size 75.28 KB
Installation Count 3,001
Current Version 1.1
Last Updated 2021-11-07
Publish Date 2021-07-25
Rating 3.57/5 Total 7 Ratings
Developer argent
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookie clicker control",
    "description": "This extension lets you modify your cookie clicker game via a menu when you press h on your keyboard",
    "version": "1.1",
    "manifest_version": 2,
    "permissions": [
        "*:\/\/*orteil.dashnet.org\/cookieclicker*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/orteil.dashnet.org\/cookieclicker\/"
            ],
            "run_at": "document_idle",
            "js": [
                "mods.js"
            ]
        }
    ]
}