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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}