Fast Forward Cookie Clicker
Fast Forward Cookie Clicker
What is Fast Forward Cookie Clicker?
Fast Forward Cookie Clicker is a Chrome extension developed by Y.O, and its main feature is "Fast Forward Cookie Clicker".
Extension Screenshots
Download Fast Forward Cookie Clicker Extension CRX File
Download Fast Forward Cookie Clicker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Fast Forward Cookie Clicker for busy person who cannot wait baking. This extension only skip frames to accelerate baking. Cookies will be baked at a rate of up to 150 times. Everything is fast, so make it hard to get golden cookies. Verified with Cookie Clicker 1.036.
Extension Basic Information
Name | Fast Forward Cookie Clicker |
ID | cabpifjghnpgidgabhhcglnmabpggcem |
Official URL | https://chromewebstore.google.com/detail/fast-forward-cookie-click/cabpifjghnpgidgabhhcglnmabpggcem |
Description | Fast Forward Cookie Clicker |
File Size | 6.42 KB |
Installation Count | 5,514 |
Current Version | 1.0 |
Last Updated | 2013-09-19 |
Publish Date | 2013-09-19 |
Rating | 3.44/5 Total 62 Ratings |
Developer | Y.O |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fast Forward Cookie Clicker", "version": "1.0", "description": "Fast Forward Cookie Clicker", "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "icon.png", "default_title": "Fast Forward Cookie Clicker", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/orteil.dashnet.org\/cookieclicker\/*" ], "js": [ "content_script.js" ], "run_at": "document_idle", "all_frames": false } ] } |