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是由Economical Studios开发的Chrome扩展程序,该扩展的主要功能是“A simple clicking game where you try to earn as much money as possible! How rich can you get?”。
扩展截图
下载Make Money扩展crx文件
下载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 } |