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
官方網址 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"
            ]
        }
    ]
}