Make Money

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

Cos'è Make Money?

Make Money è un'estensione di Chrome sviluppata da Economical Studios, e la sua funzione principale è "A simple clicking game where you try to earn as much money as possible! How rich can you get?".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Make Money

Scarica i file di estensione Make Money in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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?                    

Informazioni di Base sull'Estensione

Nome Make Money Make Money
ID jilechdbojlnkjfimmbijgcfmblddejk
URL Ufficiale https://chromewebstore.google.com/detail/make-money/jilechdbojlnkjfimmbijgcfmblddejk
Descrizione A simple clicking game where you try to earn as much money as possible! How rich can you get?
Dimensione del File 127 KB
Conteggio Installazioni 216,963
Versione Corrente 2.0.23
Ultimo Aggiornamento 2023-12-20
Data di Pubblicazione 2019-09-29
Valutazione 4.58/5 Totale 79 Valutazioni
Sviluppatore Economical Studios
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}