Skip to content

builtinnya/UncannyCookieClicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uncanny Cookie Clicker

A screenshot of Uncanny Cookie Clicker

Uncanny Cookie Clicker is a Chrome extension which helps you play Cookie Clicker. Currently supported features are:

  • Auto-click the big cookie at given interval
  • Auto-pop Wrinklers
  • Auto-click a golden cookie when it appears (avoiding red cookies if you want)
  • Notify you when a golden cookie appears
  • Auto-buy upgrades and buildings
  • Notify you when upgrades become available
  • Speed up the game
  • Auto-click and notify when a season popup appears

This extension also works on the [beta version of Cookie Clicker][].

Supported versions

The following versions of Cookie Clicker are supported:

  • 2.048 or above
  • 2.047 (beta) or above

Publishing

Extensions must be compressed into a zip file to publish to the Chrome Web Store. pack.sh is a helper script for compressing extensions used as below.

$ cd /path/to/repo
$ ./pack.sh src

Implementation note

  • Directory structure and messaging module for communication between background part and content script are inspired by chrome-skeleton.
  • Bi-directional messaging between scripts dynamically injected in a page and background part is implemented.

External libraries

Authors

License

Copyright (c) 2013-2023 Naoto Yokoyama. Distributed under the MIT License. See the file LICENSE.