Barry's Rust Community Server Map Overlay

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

Hvad er Barry's Rust Community Server Map Overlay?

Barry's Rust Community Server Map Overlay er en Chrome-udvidelse udviklet af Akhawais, og dens hovedfunktion er "Map Overlay (for Rust:IO) for Barry's Rust Community Server".

Udvidelsesskærmbilleder

screenshot

Download Barry's Rust Community Server Map Overlay-udvidelses-CRX-fil

Download Barry's Rust Community Server Map Overlay-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Barry's Rust Community Server Map Overlay Barry's Rust Community Server Map Overlay
ID mcabcidmcnemmadjpeleejiakonpplph
Officiel URL https://chromewebstore.google.com/detail/barrys-rust-community-ser/mcabcidmcnemmadjpeleejiakonpplph
Beskrivelse Map Overlay (for Rust:IO) for Barry's Rust Community Server
Filstørrelse 38.1 KB
Antal Installationer 159
Nuværende Version 1.0.1
Senest Opdateret 2016-10-08
Udgivelsesdato 2016-10-08
Bedømmelse 5.00/5 Samlet 7 Bedømmelser
Udvikler Akhawais
Betalingsmetode free
Udvidelseswebsted http://barrys-rust.akhawais.co.uk
Understøttede Sprog 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"
            ]
        }
    ]
}