Cookie clicker control

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

Co to jest Cookie clicker control?

Cookie clicker control to rozszerzenie Chrome opracowane przez argent, a jego główną funkcją jest „This extension lets you modify your cookie clicker game via a menu when you press h on your keyboard”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Cookie clicker control

Pobierz pliki rozszerzeń Cookie clicker control w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Cookie clicker control Cookie clicker control
ID bglkgdkjpdjhnepilabaofndpgocpmlb
Oficjalny URL https://chromewebstore.google.com/detail/cookie-clicker-control/bglkgdkjpdjhnepilabaofndpgocpmlb
Opis This extension lets you modify your cookie clicker game via a menu when you press h on your keyboard
Rozmiar pliku 75.28 KB
Liczba instalacji 3,001
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2021-11-07
Data Publikacji 2021-07-25
Ocena 3.57/5 Łącznie 7 Oceny
Deweloper argent
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}