Make Money
A simple clicking game where you try to earn as much money as possible! How rich can you get?
Wat is Make Money?
Make Money is een Chrome-extensie ontwikkeld door Economical Studios, en de belangrijkste functie is "A simple clicking game where you try to earn as much money as possible! How rich can you get?".
Extensie Screenshots
Download het CRX-bestand van de extensie Make Money
Download Make Money-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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?
Basisinformatie over de Extensie
Naam | Make Money |
ID | jilechdbojlnkjfimmbijgcfmblddejk |
Officiële URL | https://chromewebstore.google.com/detail/make-money/jilechdbojlnkjfimmbijgcfmblddejk |
Beschrijving | A simple clicking game where you try to earn as much money as possible! How rich can you get? |
Bestandsgrootte | 127 KB |
Aantal Installaties | 216,963 |
Huidige Versie | 2.0.23 |
Laatst Bijgewerkt | 2023-12-20 |
Publicatiedatum | 2019-09-29 |
Beoordeling | 4.58/5 Totaal 79 Beoordelingen |
Ontwikkelaar | Economical Studios |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |