Rust Factions Map Overlay

Map Overlay for the Rust Factions RP server

Apa itu Rust Factions Map Overlay?

Rust Factions Map Overlay adalah ekstensi Chrome yang dikembangkan oleh Peeble, dan fitur utamanya adalah "Map Overlay for the Rust Factions RP server".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Rust Factions Map Overlay

Unduh file ekstensi Rust Factions Map Overlay dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

http://www.rustfactions.xyz/                    

Informasi Dasar Ekstensi

Nama Rust Factions Map Overlay Rust Factions Map Overlay
ID ddcllmobbjkokpllpjcjkjppgnmkfdpa
URL Resmi https://chromewebstore.google.com/detail/rust-factions-map-overlay/ddcllmobbjkokpllpjcjkjppgnmkfdpa
Deskripsi Map Overlay for the Rust Factions RP server
Ukuran File 39.57 KB
Jumlah Instalasi 322
Versi Saat Ini 1.8
Terakhir Diperbarui 2017-07-11
Tanggal Publikasi 2017-07-11
Penilaian 4.60/5 Total 10 Penilaian
Pengembang Peeble
Tipe Pembayaran free
Situs Ekstensi http://www.rustfactions.xyz/
URL Halaman Bantuan http://www.rustfactions.xyz/
Bahasa yang Didukung 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"
            ]
        }
    ]
}