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"
            ]
        }
    ]
}