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 là gì?

Ninja vs Zombies 2 là một tiện ích mở rộng Chrome được phát triển bởi info.mmbetting, và tính năng chính của nó là "Ninja vs. Zombies 2 is a powerpack action game where you are to help the heroic ninjas to destroy crowds of evil zombies.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ninja vs Zombies 2

Tải xuống các tệp mở rộng Ninja vs Zombies 2 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ninja vs Zombies 2 Ninja vs Zombies 2
ID hfocadlgliapnkmcjcongichnpknpcdk
URL Chính Thức https://chrome.google.com/webstore/detail/ninja-vs-zombies-2/hfocadlgliapnkmcjcongichnpknpcdk
Mô tả Ninja vs. Zombies 2 is a powerpack action game where you are to help the heroic ninjas to destroy crowds of evil zombies.
Kích Thước Tệp 7.63 MB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2019-03-31
Ngày Phát Hành 2019-03-27
Nhà Phát Triển info.mmbetting
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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",
        "*:\/\/*\/*",
        ""
    ]
}