Make Money

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

Что такое Make Money?

Make Money - это расширение Chrome, разработанное Economical Studios, и его основная функция - "A simple clicking game where you try to earn as much money as possible! How rich can you get?".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Make Money

Скачайте файлы расширений Make Money в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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?                    

Основная информация о расширении

Название Make Money Make Money
ID jilechdbojlnkjfimmbijgcfmblddejk
Официальный URL https://chromewebstore.google.com/detail/make-money/jilechdbojlnkjfimmbijgcfmblddejk
Описание A simple clicking game where you try to earn as much money as possible! How rich can you get?
Размер файла 127 KB
Количество установок 216,963
Текущая Версия 2.0.23
Последнее Обновление 2023-12-20
Дата публикации 2019-09-29
Рейтинг 4.58/5 Всего 79 оценок
Разработчик Economical Studios
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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
}