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