Barry's Rust Community Server Map Overlay

Map Overlay (for Rust:IO) for Barry's Rust Community Server

Apa itu Barry's Rust Community Server Map Overlay?

Barry's Rust Community Server Map Overlay adalah ekstensi Chrome yang dikembangkan oleh Akhawais, dan fitur utamanya adalah "Map Overlay (for Rust:IO) for Barry's Rust Community Server".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Barry's Rust Community Server Map Overlay

Unduh file ekstensi Barry's Rust Community Server 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

                        This is a plugin that overlays the factions on Barry's Community Server onto the Rust:IO map. It can also be toggled within the page by using the link at the bottom.                    

Informasi Dasar Ekstensi

Nama Barry's Rust Community Server Map Overlay Barry's Rust Community Server Map Overlay
ID mcabcidmcnemmadjpeleejiakonpplph
URL Resmi https://chromewebstore.google.com/detail/barrys-rust-community-ser/mcabcidmcnemmadjpeleejiakonpplph
Deskripsi Map Overlay (for Rust:IO) for Barry's Rust Community Server
Ukuran File 38.1 KB
Jumlah Instalasi 159
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2016-10-08
Tanggal Publikasi 2016-10-08
Penilaian 5.00/5 Total 7 Penilaian
Pengembang Akhawais
Tipe Pembayaran free
Situs Ekstensi http://barrys-rust.akhawais.co.uk
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Barry's Rust Community Server Map Overlay",
    "description": "Map Overlay  (for Rust:IO) for Barry's Rust Community Server",
    "version": "1.0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/playrust.io\/map\/?rust-01.akhawais.co.uk:28015",
                "http:\/\/playrust.io\/map\/?137.74.106.12:28015"
            ],
            "css": [
                "injBarryRust.css"
            ],
            "js": [
                "jquery-2.2.3.min.js",
                "injBarryRust.js"
            ]
        }
    ]
}