Tree Clicker
Take a break from working and play a short game!
Tree Clickerคืออะไร?
Tree Clicker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SammyCheez และคุณลักษณะหลักของมันคือ "Take a break from working and play a short game!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tree Clicker
ดาวน์โหลดไฟล์ส่วนขยาย Tree Clicker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jhilffmbbphekbehdcooodlojoglmobe |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/tree-clicker/jhilffmbbphekbehdcooodlojoglmobe |
คำอธิบาย | Take a break from working and play a short game! |
ขนาดไฟล์ | 9.59 KB |
จำนวนการติดตั้ง | 182 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2021-04-18 |
วันที่เผยแพร่ | 2021-04-18 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | SammyCheez |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://cheezgam.es/privacy-policy-for-web-extensions |
ภาษาที่รองรับ | 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" ] } |