Barry's Rust Community Server Map Overlay

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

Vad är Barry's Rust Community Server Map Overlay?

Barry's Rust Community Server Map Overlay är en Chrome-tillägg utvecklad av Akhawais, och dess huvudfunktion är "Map Overlay (for Rust:IO) for Barry's Rust Community Server".

Tilläggsskärmbilder

screenshot

Ladda ner Barry's Rust Community Server Map Overlay-förlängningens CRX-fil

Ladda ner Barry's Rust Community Server Map Overlay-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Barry's Rust Community Server Map Overlay Barry's Rust Community Server Map Overlay
ID mcabcidmcnemmadjpeleejiakonpplph
Officiell webbadress https://chromewebstore.google.com/detail/barrys-rust-community-ser/mcabcidmcnemmadjpeleejiakonpplph
Beskrivning Map Overlay (for Rust:IO) for Barry's Rust Community Server
Filstorlek 38.1 KB
Antal Installationer 159
Aktuell Version 1.0.1
Senast Uppdaterad 2016-10-08
Publiceringsdatum 2016-10-08
Betyg 5.00/5 Totalt 7 Betyg
Utvecklare Akhawais
Betalningssätt free
Tilläggswebbplats http://barrys-rust.akhawais.co.uk
Stödda Språk 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"
            ]
        }
    ]
}