Tree Clicker
Take a break from working and play a short game!
Qu'est-ce que Tree Clicker ?
Tree Clicker est une extension Chrome développée par SammyCheez, et sa fonction principale est "Take a break from working and play a short game!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tree Clicker
Téléchargez les fichiers d'extension Tree Clicker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | jhilffmbbphekbehdcooodlojoglmobe |
URL Officiel | https://chrome.google.com/webstore/detail/tree-clicker/jhilffmbbphekbehdcooodlojoglmobe |
Description | Take a break from working and play a short game! |
Taille du Fichier | 9.59 KB |
Nombre d'Installations | 182 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2021-04-18 |
Date de Publication | 2021-04-18 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | SammyCheez |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://cheezgam.es/privacy-policy-for-web-extensions |
Langues Prises en Charge | 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" ] } |