Rust Factions Map Overlay

Map Overlay for the Rust Factions RP server

什么是Rust Factions Map Overlay?

Rust Factions Map Overlay是由Rust Factions开发的Chrome扩展程序,该扩展的主要功能是“Map Overlay for the Rust Factions RP server”。

扩展截图

screenshot

下载Rust Factions Map Overlay扩展crx文件

下载Rust Factions Map Overlay扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Rust Factions Map Overlay Rust Factions Map Overlay
ID bckkcalcainhgilphcepkdilkfnggfjh
官方URL https://chromewebstore.google.com/detail/rust-factions-map-overlay/bckkcalcainhgilphcepkdilkfnggfjh
简介 Map Overlay for the Rust Factions RP server
文件大小 39.52 KB
安装次数 25
当前版本 12
更新时间 2017-11-26
上架时间 2017-11-26
开发者 Rust Factions
付费类型 free
扩展官网 https://www.reddit.com/r/rustfactions/
支持的语言 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"
            ]
        }
    ]
}