Make Money

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

Co to jest Make Money?

Make Money to rozszerzenie Chrome opracowane przez Economical Studios, a jego główną funkcją jest „A simple clicking game where you try to earn as much money as possible! How rich can you get?”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Make Money

Pobierz pliki rozszerzeń Make Money w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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?                    

Podstawowe informacje o rozszerzeniu

Nazwa Make Money Make Money
ID jilechdbojlnkjfimmbijgcfmblddejk
Oficjalny URL https://chromewebstore.google.com/detail/make-money/jilechdbojlnkjfimmbijgcfmblddejk
Opis A simple clicking game where you try to earn as much money as possible! How rich can you get?
Rozmiar pliku 127 KB
Liczba instalacji 216,963
Aktualna Wersja 2.0.23
Ostatnia Aktualizacja 2023-12-20
Data Publikacji 2019-09-29
Ocena 4.58/5 Łącznie 79 Oceny
Deweloper Economical Studios
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}