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은(는) Economical Studios에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple clicking game where you try to earn as much money as possible! How rich can you get?"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Make Money 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}