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.”。
扩展截图
下载Ninja vs Zombies 2扩展crx文件
下载Ninja vs Zombies 2扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Ninja vs. Zombies 2 is a powerpack action game where you are to help the heroic ninjas to destroy crowds of evil zombies.
扩展基本信息
名称 | |
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", "*:\/\/*\/*", " |