petriewong / UncannyCookieClicker

A simple helper Chrome extension for Cookie Clicker players.

Home Page:https://chrome.google.com/webstore/detail/uncanny-cookie-clicker/mmmdenlpgbgmeofmdkhimecmkcgabgno

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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-2014 Naoto Yokoyama. Distributed under the MIT License. See the file LICENSE.

About

A simple helper Chrome extension for Cookie Clicker players.

https://chrome.google.com/webstore/detail/uncanny-cookie-clicker/mmmdenlpgbgmeofmdkhimecmkcgabgno

License:MIT License


Languages

Language:JavaScript 91.0%Language:HTML 5.2%Language:Shell 3.2%Language:CSS 0.7%