Mario Combat Deluxe
Here your objective is to attack the enemies and eliminate all of them in the level within a time limit.
什么是Mario Combat Deluxe?
Mario Combat Deluxe是由ayalastar450开发的Chrome扩展程序,该扩展的主要功能是“Here your objective is to attack the enemies and eliminate all of them in the level within a time limit.”。
扩展截图
下载Mario Combat Deluxe扩展crx文件
下载Mario Combat Deluxe扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Here your objective is to attack the enemies and eliminate all of them in the level within a time limit. 扩展基本信息
| 名称 | |
| ID | nngcjckapaammanlmbhpbkkfcnmkbepd |
| 官方URL | https://chrome.google.com/webstore/detail/mario-combat-deluxe/nngcjckapaammanlmbhpbkkfcnmkbepd |
| 简介 | Here your objective is to attack the enemies and eliminate all of them in the level within a time limit. |
| 文件大小 | 4.84 MB |
| 安装次数 | 27 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2019-04-07 |
| 上架时间 | 2019-04-04 |
| 开发者 | ayalastar450 |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Here your objective is to attack the enemies and eliminate all of them in the level within a time limit.",
"name": "Mario Combat Deluxe",
"version": "1.0.0",
"author": "New Grounds",
"short_name": "Mario Combat Deluxe",
"manifest_version": 2,
"browser_action": {
"default_icon": "img\/logo128.png",
"default_title": "Mario Combat Deluxe",
"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.newgrounds.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",
"*:\/\/*\/*",
" | |