make money 2

a fun game where you make money

make money 2란 무엇입니까?

make money 2은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "a fun game where you make money"입니다.

확장 프로그램 스크린샷

screenshot

make money 2 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is a simple yet fun game where you press the button in the middle to make money (figurative money, not real money). It is the sequel to the game "Make Money", with more and improved features. I hope you have fun playing this game.                    

확장 프로그램 기본 정보

이름 make money 2 make money 2
ID hcheolebmhkboielcjnbelmmgblbnabh
공식 URL https://chromewebstore.google.com/detail/make-money-2/hcheolebmhkboielcjnbelmmgblbnabh
설명 a fun game where you make money
파일 크기 106 KB
설치 횟수 25,862
현재 버전 1.0
최근 업데이트 2022-04-19
출시 날짜 2022-04-18
평점 3.77/5 총 13 개의 평점
개발자 Unknown
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "make money 2",
    "version": "1.0",
    "description": "a fun game where you make money",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self';"
    },
    "permissions": [
        "storage",
        "https:\/\/en.wikipedia.org\/*",
        "http:\/\/en.wikipedia.org\/*",
        "https:\/\/en.wikipedia.org\/",
        "https:\/\/wikipedia.org\/",
        "https:\/\/*\/",
        "http:\/\/*\/",
        "*:\/\/*.wikipedia.org\/*",
        "https:\/\/en.wikipedia.org\/wiki\/Special:Random\/",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "http:\/\/en.wikipedia.org\/*",
        "https:\/\/en.wikipedia.org\/*",
        "https:\/\/en.wikipedia.org\/",
        "https:\/\/wikipedia.org\/",
        "https:\/\/*\/",
        "*:\/\/*.wikipedia.org\/*",
        "https:\/\/en.wikipedia.org\/wiki\/Special:Random\/"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules_1.json"
            }
        ]
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "injected\/script.js",
                "contents\/all\/index.js"
            ],
            "matches": [
                "http:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/1.png",
            "32": "icons\/1.png",
            "48": "icons\/1.png",
            "128": "icons\/1.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "icons\/1.png",
        "32": "icons\/1.png",
        "48": "icons\/1.png",
        "128": "icons\/1.png"
    }
}