All Projects → builtinnya → Uncannycookieclicker

builtinnya / Uncannycookieclicker

Licence: mit
A simple helper Chrome extension for Cookie Clicker players.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Uncannycookieclicker

Markdown New Tab
🗒️ ⏰ ✅ Save notes in Markdown directly in the 'New Tab' page
Stars: ✭ 746 (+3290.91%)
Mutual labels:  chrome-extension
Rsstodolist Addon
rsstodolist Firefox and Chrome addon (using Web Extension API)
Stars: ✭ 5 (-77.27%)
Mutual labels:  chrome-extension
Snappysnippet
Chrome extension that allows easy extraction of CSS and HTML from selected element.
Stars: ✭ 894 (+3963.64%)
Mutual labels:  chrome-extension
Stylebot
Change the appearance of the web instantly
Stars: ✭ 746 (+3290.91%)
Mutual labels:  chrome-extension
Ublacklist
Blocks specific sites from appearing in Google search results
Stars: ✭ 798 (+3527.27%)
Mutual labels:  chrome-extension
Nflxmultisubs
Multiple Subtitles and Enhanced Experiences for Netflix Web App
Stars: ✭ 889 (+3940.91%)
Mutual labels:  chrome-extension
H5player
网页播放器增强脚本,支持:播放进度记录、播放倍率记录、快进快退、倍速播放、画面缩放等
Stars: ✭ 736 (+3245.45%)
Mutual labels:  chrome-extension
Clone With Vscode
A Chrome Extension to improve efficiency.
Stars: ✭ 22 (+0%)
Mutual labels:  chrome-extension
Javascript
a chrome extension,game for javascript
Stars: ✭ 5 (-77.27%)
Mutual labels:  chrome-extension
Leetcoder
Chrome extension makes available sorting problems by likes,dislikes,ratio(likes/dislikes)
Stars: ✭ 18 (-18.18%)
Mutual labels:  chrome-extension
Chromesnifferplus
🔍 Sniff web framework and javascript libraries run on browsing website.
Stars: ✭ 788 (+3481.82%)
Mutual labels:  chrome-extension
Tabliss
An extensible New Tab web extension written in TypeScript, React and Redux.
Stars: ✭ 798 (+3527.27%)
Mutual labels:  chrome-extension
Toggl Button
Toggl Button extension for Chrome and Firefox
Stars: ✭ 891 (+3950%)
Mutual labels:  chrome-extension
Saka Key
A keyboard interface to the web
Stars: ✭ 748 (+3300%)
Mutual labels:  chrome-extension
Slack Reply And Quote Button
Slack に返信と引用ボタンをつけます。 Add a reply(mention) and quotation button to Slack.
Stars: ✭ 19 (-13.64%)
Mutual labels:  chrome-extension
Projectfib
Chrome extension to flag fake news on Facebook. Built at HackPrinceton '16
Stars: ✭ 741 (+3268.18%)
Mutual labels:  chrome-extension
Quickmyanimelist
[Abandoned] The dream Chrome Extension for you with a MyAnimeList account.
Stars: ✭ 6 (-72.73%)
Mutual labels:  chrome-extension
Notifier For Udacity Reviewer
📢 Notifier for Udacity Reviewer - Extension for modern browsers
Stars: ✭ 22 (+0%)
Mutual labels:  chrome-extension
Octohint
The missing IntelliSense hint for GitHub and GitLab
Stars: ✭ 906 (+4018.18%)
Mutual labels:  chrome-extension
Gata
Bookmarks made better
Stars: ✭ 17 (-22.73%)
Mutual labels:  chrome-extension

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].