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
Eメール [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"
            ]
        }
    ]
}