Cookie clicker control

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

Cookie clicker control क्या है?

Cookie clicker control argent द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension lets you modify your cookie clicker game via a menu when you press h on your keyboard"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cookie clicker control एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 :)                    

एक्सटेंशन की मूल जानकारी

नाम Cookie clicker control Cookie clicker control
ID bglkgdkjpdjhnepilabaofndpgocpmlb
आधिकारिक URL https://chromewebstore.google.com/detail/cookie-clicker-control/bglkgdkjpdjhnepilabaofndpgocpmlb
विवरण This extension lets you modify your cookie clicker game via a menu when you press h on your keyboard
फ़ाइल का आकार 75.28 KB
स्थापना संख्या 3,001
वर्तमान संस्करण 1.1
अंतिम अपडेट 2021-11-07
प्रकाशन तिथि 2021-07-25
रेटिंग 3.57/5 कुल 7 रेटिंग्स
डेवलपर argent
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}