Rust Factions Map Overlay

Map Overlay for the Rust Factions RP server

Rust Factions Map Overlay क्या है?

Rust Factions Map Overlay Peeble द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Map Overlay for the Rust Factions RP server"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Rust Factions Map Overlay एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Overlays the Rust Factions RP Server map on the Rust.IO Live Map.

http://www.rustfactions.xyz/                    

एक्सटेंशन की मूल जानकारी

नाम Rust Factions Map Overlay Rust Factions Map Overlay
ID ddcllmobbjkokpllpjcjkjppgnmkfdpa
आधिकारिक URL https://chromewebstore.google.com/detail/rust-factions-map-overlay/ddcllmobbjkokpllpjcjkjppgnmkfdpa
विवरण Map Overlay for the Rust Factions RP server
फ़ाइल का आकार 39.57 KB
स्थापना संख्या 322
वर्तमान संस्करण 1.8
अंतिम अपडेट 2017-07-11
प्रकाशन तिथि 2017-07-11
रेटिंग 4.60/5 कुल 10 रेटिंग्स
डेवलपर Peeble
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.rustfactions.xyz/
सहायता पृष्ठ URL http://www.rustfactions.xyz/
समर्थित भाषाएँ 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": "1.8",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/playrust.io\/map\/?rust.factionsgaming.com:28015",
                "http:\/\/playrust.io\/map\/?158.69.23.74:28015",
                "http:\/\/playrust.io\/map\/?us.rustfactions.net:28015",
                "http:\/\/playrust.io\/map\/?eu.rustfactions.net:28015",
                "http:\/\/playrust.io\/map\/?72.46.130.250:28916"
            ],
            "css": [
                "RustFactionsRPCSS.css"
            ],
            "js": [
                "jquery-2.2.3.min.js",
                "RustFactionsRPJS.js"
            ]
        }
    ]
}