Rust Factions Map Overlay

Map Overlay for the Rust Factions RP server

Rust Factions Map Overlay là gì?

Rust Factions Map Overlay là một tiện ích mở rộng Chrome được phát triển bởi Rust Factions, và tính năng chính của nó là "Map Overlay for the Rust Factions RP 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 Rust Factions Map Overlay

Tải xuống các tệp mở rộng Rust Factions 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

                        An overlay for Rust Factions. Allows you to see faction area and other useful info on Rust.io

This is an updated version of the original Rust Map Overlay, the old one is no longer in use. Credit goes to Peeble.                    

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

Tên Rust Factions Map Overlay Rust Factions Map Overlay
ID bckkcalcainhgilphcepkdilkfnggfjh
URL Chính Thức https://chromewebstore.google.com/detail/rust-factions-map-overlay/bckkcalcainhgilphcepkdilkfnggfjh
Mô tả Map Overlay for the Rust Factions RP server
Kích Thước Tệp 39.52 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 12
Cập Nhật Lần Cuối 2017-11-26
Ngày Phát Hành 2017-11-26
Nhà Phát Triển Rust Factions
Loại Thanh Toán free
Trang Web Mở Rộng https://www.reddit.com/r/rustfactions/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rust Factions Map Overlay",
    "description": "Map Overlay for the Rust Factions RP server",
    "version": "12",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/playrust.io\/map\/?89.163.140.156:28500"
            ],
            "css": [
                "RustFactionsRPCSS.css"
            ],
            "js": [
                "jquery-2.2.3.min.js",
                "RustFactionsRPJS.js"
            ]
        }
    ]
}