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
官方網址 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"
            ]
        }
    ]
}