Barry's Rust Community Server Map Overlay

Map Overlay (for Rust:IO) for Barry's Rust Community Server

Barry's Rust Community Server Map Overlay란 무엇입니까?

Barry's Rust Community Server Map Overlay은(는) Akhawais에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Map Overlay (for Rust:IO) for Barry's Rust Community Server"입니다.

확장 프로그램 스크린샷

screenshot

Barry's Rust Community Server Map Overlay 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This is a plugin that overlays the factions on Barry's Community Server onto the Rust:IO map. It can also be toggled within the page by using the link at the bottom.                    

확장 프로그램 기본 정보

이름 Barry's Rust Community Server Map Overlay Barry's Rust Community Server Map Overlay
ID mcabcidmcnemmadjpeleejiakonpplph
공식 URL https://chromewebstore.google.com/detail/barrys-rust-community-ser/mcabcidmcnemmadjpeleejiakonpplph
설명 Map Overlay (for Rust:IO) for Barry's Rust Community Server
파일 크기 38.1 KB
설치 횟수 159
현재 버전 1.0.1
최근 업데이트 2016-10-08
출시 날짜 2016-10-08
평점 5.00/5 총 7 개의 평점
개발자 Akhawais
결제 유형 free
확장 프로그램 웹 사이트 http://barrys-rust.akhawais.co.uk
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Barry's Rust Community Server Map Overlay",
    "description": "Map Overlay  (for Rust:IO) for Barry's Rust Community Server",
    "version": "1.0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/playrust.io\/map\/?rust-01.akhawais.co.uk:28015",
                "http:\/\/playrust.io\/map\/?137.74.106.12:28015"
            ],
            "css": [
                "injBarryRust.css"
            ],
            "js": [
                "jquery-2.2.3.min.js",
                "injBarryRust.js"
            ]
        }
    ]
}