Rust Factions Map Overlay

Map Overlay for the Rust Factions RP server

ما هو Rust Factions Map Overlay؟

Rust Factions Map Overlay هو إضافة Chrome تم تطويرها بواسطة Rust Factions، والميزة الرئيسية لها هي "Map Overlay for the Rust Factions RP server".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Rust Factions Map Overlay

قم بتنزيل ملفات الامتداد Rust Factions Map Overlay بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        An overlay for Rust Factions. Allows you to see faction area and other useful info on Rust.io

This is an updated version of the original Rust Map Overlay, the old one is no longer in use. Credit goes to Peeble.                    

معلومات أساسية عن التمديد

الاسم Rust Factions Map Overlay Rust Factions Map Overlay
ID bckkcalcainhgilphcepkdilkfnggfjh
عنوان URL الرسمي https://chromewebstore.google.com/detail/rust-factions-map-overlay/bckkcalcainhgilphcepkdilkfnggfjh
الوصف Map Overlay for the Rust Factions RP server
حجم الملف 39.52 KB
عدد التثبيتات 25
النسخة الحالية 12
آخر تحديث 2017-11-26
تاريخ النشر 2017-11-26
المطور Rust Factions
نوع الدفع free
موقع الإضافة https://www.reddit.com/r/rustfactions/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rust Factions Map Overlay",
    "description": "Map Overlay for the Rust Factions RP server",
    "version": "12",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/playrust.io\/map\/?89.163.140.156:28500"
            ],
            "css": [
                "RustFactionsRPCSS.css"
            ],
            "js": [
                "jquery-2.2.3.min.js",
                "RustFactionsRPJS.js"
            ]
        }
    ]
}