Cookie clicker control

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

Apa itu Cookie clicker control?

Cookie clicker control adalah ekstensi Chrome yang dikembangkan oleh argent, dan fitur utamanya adalah "This extension lets you modify your cookie clicker game via a menu when you press h on your keyboard".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Cookie clicker control

Unduh file ekstensi Cookie clicker control dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Cookie clicker control Cookie clicker control
ID bglkgdkjpdjhnepilabaofndpgocpmlb
URL Resmi https://chromewebstore.google.com/detail/cookie-clicker-control/bglkgdkjpdjhnepilabaofndpgocpmlb
Deskripsi This extension lets you modify your cookie clicker game via a menu when you press h on your keyboard
Ukuran File 75.28 KB
Jumlah Instalasi 3,001
Versi Saat Ini 1.1
Terakhir Diperbarui 2021-11-07
Tanggal Publikasi 2021-07-25
Penilaian 3.57/5 Total 7 Penilaian
Pengembang argent
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}