Make Money
A simple clicking game where you try to earn as much money as possible! How rich can you get?
Make Moneyคืออะไร?
Make Money เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Economical Studios และคุณลักษณะหลักของมันคือ "A simple clicking game where you try to earn as much money as possible! How rich can you get?"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Make Money
ดาวน์โหลดไฟล์ส่วนขยาย Make Money ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A simple clicking game where you try to earn as much money as possible! Use your income to buy new items and upgrades to increase your income, and earn even more money. Progress from being broke to becoming the richest man on Earth, with a prestige system to increase your earnings. Can you earn enough money to buy the world?
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Make Money |
ID | jilechdbojlnkjfimmbijgcfmblddejk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/make-money/jilechdbojlnkjfimmbijgcfmblddejk |
คำอธิบาย | A simple clicking game where you try to earn as much money as possible! How rich can you get? |
ขนาดไฟล์ | 127 KB |
จำนวนการติดตั้ง | 216,963 |
เวอร์ชันปัจจุบัน | 2.0.23 |
อัปเดตครั้งล่าสุด | 2023-12-20 |
วันที่เผยแพร่ | 2019-09-29 |
คะแนน | 4.58/5 รวมทั้งหมด 79 คะแนน |
ผู้พัฒนา | Economical Studios |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Make Money", "short_name": "Make Money", "version": "2.0.23", "description": "A simple clicking game where you try to earn as much money as possible! How rich can you get?", "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/dollar_bill.png", "32": "images\/dollar_bill.png", "48": "images\/dollar_bill.png", "128": "images\/dollar_bill.png" } }, "icons": { "16": "images\/dollar_bill.png", "32": "images\/dollar_bill.png", "48": "images\/dollar_bill.png", "128": "images\/dollar_bill.png" }, "manifest_version": 3 } |