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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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