Barry's Rust Community Server Map Overlay

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

What is Barry's Rust Community Server Map Overlay?

Barry's Rust Community Server Map Overlay is a Chrome extension developed by Akhawais, and its main feature is "Map Overlay (for Rust:IO) for Barry's Rust Community Server".

Extension Screenshots

screenshot

Download Barry's Rust Community Server Map Overlay Extension CRX File

Download Barry's Rust Community Server Map Overlay extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Barry's Rust Community Server Map Overlay Barry's Rust Community Server Map Overlay
ID mcabcidmcnemmadjpeleejiakonpplph
Official URL https://chromewebstore.google.com/detail/barrys-rust-community-ser/mcabcidmcnemmadjpeleejiakonpplph
Description Map Overlay (for Rust:IO) for Barry's Rust Community Server
File Size 38.1 KB
Installation Count 159
Current Version 1.0.1
Last Updated 2016-10-08
Publish Date 2016-10-08
Rating 5.00/5 Total 7 Ratings
Developer Akhawais
Payment Type free
Extension Website http://barrys-rust.akhawais.co.uk
Supported Languages 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"
            ]
        }
    ]
}