MnB2+
Adds additional features for MnB2, a WWII tactical sandbox game. Features include: - Community Quakenet IRC - Compact MnB2 wiki
Wat is MnB2+?
MnB2+ is een Chrome-extensie ontwikkeld door Reid, en de belangrijkste functie is "Adds additional features for MnB2, a WWII tactical sandbox game. Features include: - Community Quakenet IRC - Compact MnB2 wiki".
Extensie Screenshots
Download het CRX-bestand van de extensie MnB2+
Download MnB2+-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Adds additional features for MnB2, a WWII tactical sandbox game.
Features include:
- Community Quakenet IRC
- Compact MnB2 wiki Basisinformatie over de Extensie
| Naam | |
| ID | jbiahjmlflmfbffiadfjffbdkjioimfp |
| Officiële URL | https://chromewebstore.google.com/detail/mnb2+/jbiahjmlflmfbffiadfjffbdkjioimfp |
| Beschrijving | Adds additional features for MnB2, a WWII tactical sandbox game. Features include: - Community Quakenet IRC - Compact MnB2 wiki |
| Bestandsgrootte | 146 KB |
| Aantal Installaties | 14 |
| Huidige Versie | 1.5.1 |
| Laatst Bijgewerkt | 2015-01-29 |
| Publicatiedatum | 2015-01-28 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Reid |
| Betalingswijze | free |
| Extensiewebsite | http://mudandblood.net/ |
| Help Pagina-URL | http://mudandblood.net/ |
| Ondersteunde Talen | 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"
]
} | |