Rust Factions Map Overlay

Map Overlay for the Rust Factions RP server

什么是Rust Factions Map Overlay?

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

扩展截图

screenshot

下载Rust Factions Map Overlay扩展crx文件

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

扩展使用说明

                        Overlays the Rust Factions RP Server map on the Rust.IO Live Map.

http://www.rustfactions.xyz/                    

扩展基本信息

名称 Rust Factions Map Overlay Rust Factions Map Overlay
ID ddcllmobbjkokpllpjcjkjppgnmkfdpa
官方URL https://chromewebstore.google.com/detail/rust-factions-map-overlay/ddcllmobbjkokpllpjcjkjppgnmkfdpa
简介 Map Overlay for the Rust Factions RP server
文件大小 39.57 KB
安装次数 322
当前版本 1.8
更新时间 2017-07-11
上架时间 2017-07-11
评分 4.60/5 共10次评分
开发者 Peeble
付费类型 free
扩展官网 http://www.rustfactions.xyz/
帮助页面URL http://www.rustfactions.xyz/
支持的语言 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": "1.8",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/playrust.io\/map\/?rust.factionsgaming.com:28015",
                "http:\/\/playrust.io\/map\/?158.69.23.74:28015",
                "http:\/\/playrust.io\/map\/?us.rustfactions.net:28015",
                "http:\/\/playrust.io\/map\/?eu.rustfactions.net:28015",
                "http:\/\/playrust.io\/map\/?72.46.130.250:28916"
            ],
            "css": [
                "RustFactionsRPCSS.css"
            ],
            "js": [
                "jquery-2.2.3.min.js",
                "RustFactionsRPJS.js"
            ]
        }
    ]
}