MnB2+
Adds additional features for MnB2, a WWII tactical sandbox game. Features include: - Community Quakenet IRC - Compact MnB2 wiki
什么是MnB2+?
MnB2+是由Reid开发的Chrome扩展程序,该扩展的主要功能是“Adds additional features for MnB2, a WWII tactical sandbox game. Features include: - Community Quakenet IRC - Compact MnB2 wiki”。
扩展截图
下载MnB2+扩展crx文件
下载MnB2+扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds additional features for MnB2, a WWII tactical sandbox game.
Features include:
- Community Quakenet IRC
- Compact MnB2 wiki 扩展基本信息
| 名称 | |
| ID | jbiahjmlflmfbffiadfjffbdkjioimfp |
| 官方URL | https://chromewebstore.google.com/detail/mnb2+/jbiahjmlflmfbffiadfjffbdkjioimfp |
| 简介 | Adds additional features for MnB2, a WWII tactical sandbox game. Features include: - Community Quakenet IRC - Compact MnB2 wiki |
| 文件大小 | 146 KB |
| 安装次数 | 14 |
| 当前版本 | 1.5.1 |
| 更新时间 | 2015-01-29 |
| 上架时间 | 2015-01-28 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Reid |
| 付费类型 | free |
| 扩展官网 | http://mudandblood.net/ |
| 帮助页面URL | http://mudandblood.net/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "MnB2+",
"icons": {
"48": "icon48.png"
},
"version": "1.5.1",
"manifest_version": 2,
"content_scripts": [
{
"js": [
"contentscript.js",
"jquery-1.11.2.min.js"
],
"matches": [
"http:\/\/mudandblood.net\/mudandblood2.swf",
"http:\/\/www.mudandblood.net\/mudandblood2.swf"
],
"all_frames": true
},
{
"js": [
"wikiscript.js"
],
"css": [
"wiki.css"
],
"matches": [
"http:\/\/mudandblood.net\/wiki\/*"
],
"all_frames": true
},
{
"css": [
"irc.css"
],
"matches": [
"http:\/\/webchat.quakenet.org\/"
],
"all_frames": true
}
],
"web_accessible_resources": [
"irc.html",
"wiki.css",
"wiki.html",
"foundation\/*",
"jquery-1.11.2.min.js",
"wiki2.html",
"gamewindow.css",
"wh.js"
]
} | |