Make Money

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

O que é Make Money?

Make Money é uma extensão do Chrome desenvolvida por Economical Studios, e sua principal característica é "A simple clicking game where you try to earn as much money as possible! How rich can you get?".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Make Money

Baixe arquivos de extensão Make Money no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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?                    

Informações Básicas da Extensão

Nome Make Money Make Money
ID jilechdbojlnkjfimmbijgcfmblddejk
URL Oficial https://chromewebstore.google.com/detail/make-money/jilechdbojlnkjfimmbijgcfmblddejk
Descrição A simple clicking game where you try to earn as much money as possible! How rich can you get?
Tamanho do Arquivo 127 KB
Contagem de Instalações 216,963
Versão Atual 2.0.23
Última Atualização 2023-12-20
Data de Publicação 2019-09-29
Classificação 4.58/5 Total de 79 Avaliações
Desenvolvedor Economical Studios
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}