Make Money

A simple clicking game where you try to earn as much money as possible! How rich can you get?

What is Make Money?

Make Money is a Chrome extension developed by Economical Studios, and its main feature is "A simple clicking game where you try to earn as much money as possible! How rich can you get?".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Make Money Extension CRX File

Download Make Money extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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?                    

Extension Basic Information

Name Make Money Make Money
ID jilechdbojlnkjfimmbijgcfmblddejk
Official URL https://chromewebstore.google.com/detail/make-money/jilechdbojlnkjfimmbijgcfmblddejk
Description A simple clicking game where you try to earn as much money as possible! How rich can you get?
File Size 127 KB
Installation Count 216,963
Current Version 2.0.23
Last Updated 2023-12-20
Publish Date 2019-09-29
Rating 4.58/5 Total 79 Ratings
Developer Economical Studios
Email [email protected]
Payment Type free
Supported Languages 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
}