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开发的Chrome扩展程序,该扩展的主要功能是“This extension lets you modify your cookie clicker game via a menu when you press h on your keyboard”。

扩展截图

screenshot

下载Cookie clicker control扩展crx文件

下载Cookie clicker control扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
            ]
        }
    ]
}