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 là gì?

Barry's Rust Community Server Map Overlay là một tiện ích mở rộng Chrome được phát triển bởi Akhawais, và tính năng chính của nó là "Map Overlay (for Rust:IO) for Barry's Rust Community Server".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Barry's Rust Community Server Map Overlay

Tải xuống các tệp mở rộng Barry's Rust Community Server Map Overlay dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Barry's Rust Community Server Map Overlay Barry's Rust Community Server Map Overlay
ID mcabcidmcnemmadjpeleejiakonpplph
URL Chính Thức https://chromewebstore.google.com/detail/barrys-rust-community-ser/mcabcidmcnemmadjpeleejiakonpplph
Mô tả Map Overlay (for Rust:IO) for Barry's Rust Community Server
Kích Thước Tệp 38.1 KB
Số Lần Cài Đặt 159
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2016-10-08
Ngày Phát Hành 2016-10-08
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Akhawais
Loại Thanh Toán free
Trang Web Mở Rộng http://barrys-rust.akhawais.co.uk
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}