Barry's Rust Community Server Map Overlay

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

Что такое Barry's Rust Community Server Map Overlay?

Barry's Rust Community Server Map Overlay - это расширение Chrome, разработанное Akhawais, и его основная функция - "Map Overlay (for Rust:IO) for Barry's Rust Community Server".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Barry's Rust Community Server Map Overlay

Скачайте файлы расширений Barry's Rust Community Server Map Overlay в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Barry's Rust Community Server Map Overlay Barry's Rust Community Server Map Overlay
ID mcabcidmcnemmadjpeleejiakonpplph
Официальный URL https://chromewebstore.google.com/detail/barrys-rust-community-ser/mcabcidmcnemmadjpeleejiakonpplph
Описание Map Overlay (for Rust:IO) for Barry's Rust Community Server
Размер файла 38.1 KB
Количество установок 159
Текущая Версия 1.0.1
Последнее Обновление 2016-10-08
Дата публикации 2016-10-08
Рейтинг 5.00/5 Всего 7 оценок
Разработчик Akhawais
Тип оплаты free
Официальный сайт расширения http://barrys-rust.akhawais.co.uk
Поддерживаемые языки 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"
            ]
        }
    ]
}