MnB2+
Adds additional features for MnB2, a WWII tactical sandbox game. Features include: - Community Quakenet IRC - Compact MnB2 wiki
What is MnB2+?
MnB2+ is a Chrome extension developed by Reid, and its main feature is "Adds additional features for MnB2, a WWII tactical sandbox game. Features include: - Community Quakenet IRC - Compact MnB2 wiki".
Extension Screenshots
Download MnB2+ Extension CRX File
Download MnB2+ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Adds additional features for MnB2, a WWII tactical sandbox game. Features include: - Community Quakenet IRC - Compact MnB2 wiki
Extension Basic Information
Name | MnB2+ |
ID | jbiahjmlflmfbffiadfjffbdkjioimfp |
Official URL | https://chromewebstore.google.com/detail/mnb2+/jbiahjmlflmfbffiadfjffbdkjioimfp |
Description | Adds additional features for MnB2, a WWII tactical sandbox game. Features include: - Community Quakenet IRC - Compact MnB2 wiki |
File Size | 146 KB |
Installation Count | 14 |
Current Version | 1.5.1 |
Last Updated | 2015-01-29 |
Publish Date | 2015-01-28 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Reid |
Payment Type | free |
Extension Website | http://mudandblood.net/ |
Help Page URL | http://mudandblood.net/ |
Supported Languages | 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" ] } |