Cookie Clicker Extended
Adds extra items and depth to Cookie Clicker
What is Cookie Clicker Extended?
Cookie Clicker Extended is a Chrome extension developed by Cookie Monster, and its main feature is "Adds extra items and depth to Cookie Clicker".
Extension Screenshots
Download Cookie Clicker Extended Extension CRX File
Download Cookie Clicker Extended 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
A broswer extension that adds extra items and depth to the game Cookie Clicker by Orteil (http://orteil.dashnet.org/).
Extension Basic Information
Name | Cookie Clicker Extended |
ID | mefkpmhgfljflbldannlgahlmhagdcoe |
Official URL | https://chromewebstore.google.com/detail/cookie-clicker-extended/mefkpmhgfljflbldannlgahlmhagdcoe |
Description | Adds extra items and depth to Cookie Clicker |
File Size | 10.97 KB |
Installation Count | 3,633 |
Current Version | 0.8 |
Last Updated | 2013-08-16 |
Publish Date | 2013-08-16 |
Rating | 3.12/5 Total 57 Ratings |
Developer | Cookie Monster |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "test.user.js" ], "matches": [ "http:\/\/orteil.dashnet.org\/experiments\/cookie\/*" ], "run_at": "document_end" } ], "converted_from_user_script": true, "description": "Adds extra items and depth to Cookie Clicker", "name": "Cookie Clicker Extended", "version": "0.8", "icons": { "128": "icon_128.png" } } |