Barry's Rust Community Server Map Overlay

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

Cos'è Barry's Rust Community Server Map Overlay?

Barry's Rust Community Server Map Overlay è un'estensione di Chrome sviluppata da Akhawais, e la sua funzione principale è "Map Overlay (for Rust:IO) for Barry's Rust Community Server".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Barry's Rust Community Server Map Overlay

Scarica i file di estensione Barry's Rust Community Server Map Overlay in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Barry's Rust Community Server Map Overlay Barry's Rust Community Server Map Overlay
ID mcabcidmcnemmadjpeleejiakonpplph
URL Ufficiale https://chromewebstore.google.com/detail/barrys-rust-community-ser/mcabcidmcnemmadjpeleejiakonpplph
Descrizione Map Overlay (for Rust:IO) for Barry's Rust Community Server
Dimensione del File 38.1 KB
Conteggio Installazioni 159
Versione Corrente 1.0.1
Ultimo Aggiornamento 2016-10-08
Data di Pubblicazione 2016-10-08
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore Akhawais
Tipo di Pagamento free
Sito Web dell'Estensione http://barrys-rust.akhawais.co.uk
Lingue Supportate 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"
            ]
        }
    ]
}