Tree Clicker
Take a break from working and play a short game!
Cos'è Tree Clicker?
Tree Clicker è un'estensione di Chrome sviluppata da SammyCheez, e la sua funzione principale è "Take a break from working and play a short game!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tree Clicker
Scarica i file di estensione Tree Clicker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | jhilffmbbphekbehdcooodlojoglmobe |
URL Ufficiale | https://chrome.google.com/webstore/detail/tree-clicker/jhilffmbbphekbehdcooodlojoglmobe |
Descrizione | Take a break from working and play a short game! |
Dimensione del File | 9.59 KB |
Conteggio Installazioni | 182 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2021-04-18 |
Data di Pubblicazione | 2021-04-18 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | SammyCheez |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://cheezgam.es/privacy-policy-for-web-extensions |
Lingue Supportate | 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" ] } |