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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adds additional features for MnB2, a WWII tactical sandbox game. Features include: - Community Quakenet IRC - Compact MnB2 wiki
확장 프로그램 기본 정보
이름 | MnB2+ |
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" ] } |