Cookie clicker control
This extension lets you modify your cookie clicker game via a menu when you press h on your keyboard
Wat is Cookie clicker control?
Cookie clicker control is een Chrome-extensie ontwikkeld door argent, en de belangrijkste functie is "This extension lets you modify your cookie clicker game via a menu when you press h on your keyboard".
Extensie Screenshots
Download het CRX-bestand van de extensie Cookie clicker control
Download Cookie clicker control-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 :)
Basisinformatie over de Extensie
Naam | |
ID | bglkgdkjpdjhnepilabaofndpgocpmlb |
Officiële URL | https://chromewebstore.google.com/detail/cookie-clicker-control/bglkgdkjpdjhnepilabaofndpgocpmlb |
Beschrijving | This extension lets you modify your cookie clicker game via a menu when you press h on your keyboard |
Bestandsgrootte | 75.28 KB |
Aantal Installaties | 3,001 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2021-11-07 |
Publicatiedatum | 2021-07-25 |
Beoordeling | 3.57/5 Totaal 7 Beoordelingen |
Ontwikkelaar | argent |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |