Trick or treat!
A halloween cookie clicker!
What is Trick or treat!?
Trick or treat! is a Chrome extension developed by 2K inc., and its main feature is "A halloween cookie clicker!".
Extension Screenshots
Download Trick or treat! Extension CRX File
Download Trick or treat! 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
Go trick or treating, but with a twist: in the computer! Fun for all ages. Now everyone can go trick or treating anywhere at any time! Visit our website at https://2kinc.me/ Version 2.01 -Bugfixes
Extension Basic Information
Name | |
ID | migjjgahlnpolhmacicegfjdpbbnhngc |
Official URL | https://chrome.google.com/webstore/detail/trick-or-treat/migjjgahlnpolhmacicegfjdpbbnhngc |
Description | A halloween cookie clicker! |
File Size | 343 KB |
Installation Count | 52 |
Current Version | 2.01 |
Last Updated | 2019-10-31 |
Publish Date | 2019-10-31 |
Rating | 5.00/5 Total 6 Ratings |
Developer | 2K inc. |
Payment Type | free |
Extension Website | https://2kinc.me/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trick or treat!", "description": "A halloween cookie clicker!", "version": "2.01", "browser_action": { "default_popup": "index.html", "default_icon": "images\/pumpkin128.png" }, "permissions": [ "storage", "contextMenus" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |