Tree Clicker

Take a break from working and play a short game!

What is Tree Clicker?

Tree Clicker is a Chrome extension developed by SammyCheez, and its main feature is "Take a break from working and play a short game!".

Extension Screenshots

screenshot
screenshot

Download Tree Clicker Extension CRX File

Download Tree 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

                        Tree Clicker is a simple, fun, and easy game to burn time when you need a break from working or if you bored. This clicker game has a shop that has an auto-clicker & more power-ups.

If you would like to learn how to make games just like this, check out my YouTube page linked below! 
https://youtube.com/sammycheez                    

Extension Basic Information

Name Tree Clicker Tree Clicker
ID jhilffmbbphekbehdcooodlojoglmobe
Official URL https://chrome.google.com/webstore/detail/tree-clicker/jhilffmbbphekbehdcooodlojoglmobe
Description Take a break from working and play a short game!
File Size 9.59 KB
Installation Count 182
Current Version 1.0.0
Last Updated 2021-04-18
Publish Date 2021-04-18
Rating 5.00/5 Total 1 Ratings
Developer SammyCheez
Email [email protected]
Payment Type free
Privacy Policy Page URL https://cheezgam.es/privacy-policy-for-web-extensions
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tree Clicker",
    "description": "Take a break from working and play a short game!",
    "version": "1.0.0",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}