Ninja vs Zombies 2

Ninja vs. Zombies 2 is a powerpack action game where you are to help the heroic ninjas to destroy crowds of evil zombies.

Ninja vs Zombies 2란 무엇입니까?

Ninja vs Zombies 2은(는) info.mmbetting에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ninja vs. Zombies 2 is a powerpack action game where you are to help the heroic ninjas to destroy crowds of evil zombies."입니다.

확장 프로그램 스크린샷

screenshot

Ninja vs Zombies 2 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Ninja vs. Zombies 2 is a powerpack action game where you are to help the heroic ninjas to destroy crowds of evil zombies.                    

확장 프로그램 기본 정보

이름 Ninja vs Zombies 2 Ninja vs Zombies 2
ID hfocadlgliapnkmcjcongichnpknpcdk
공식 URL https://chrome.google.com/webstore/detail/ninja-vs-zombies-2/hfocadlgliapnkmcjcongichnpknpcdk
설명 Ninja vs. Zombies 2 is a powerpack action game where you are to help the heroic ninjas to destroy crowds of evil zombies.
파일 크기 7.63 MB
설치 횟수 30
현재 버전 1.0.0
최근 업데이트 2019-03-31
출시 날짜 2019-03-27
개발자 info.mmbetting
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Ninja vs. Zombies 2 is a powerpack action game where you are to help the heroic ninjas to destroy crowds of evil zombies.",
    "name": "Ninja vs Zombies 2",
    "version": "1.0.0",
    "author": "Game Ark",
    "short_name": "Ninja vs Zombies 2",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "img\/logo128.png",
        "default_title": "Ninja vs Zombies 2",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/jquery-3.3.1.min.js",
            "js\/config.js",
            "js\/background.min.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "homepage_url": "http:\/\/www.gameark.com\/",
    "icons": {
        "128": "img\/logo128.png",
        "16": "img\/logo16.png",
        "48": "img\/logo48.png"
    },
    "offline_enabled": false,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.cdn-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*",
        ""
    ]
}