Tree Clicker
Take a break from working and play a short game!
Wat is Tree Clicker?
Tree Clicker is een Chrome-extensie ontwikkeld door SammyCheez, en de belangrijkste functie is "Take a break from working and play a short game!".
Extensie Screenshots
Download het CRX-bestand van de extensie Tree Clicker
Download Tree Clicker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | jhilffmbbphekbehdcooodlojoglmobe |
Officiële URL | https://chrome.google.com/webstore/detail/tree-clicker/jhilffmbbphekbehdcooodlojoglmobe |
Beschrijving | Take a break from working and play a short game! |
Bestandsgrootte | 9.59 KB |
Aantal Installaties | 182 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2021-04-18 |
Publicatiedatum | 2021-04-18 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | SammyCheez |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://cheezgam.es/privacy-policy-for-web-extensions |
Ondersteunde Talen | 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" ] } |