Rust Factions Map Overlay

Map Overlay for the Rust Factions RP server

Hvad er Rust Factions Map Overlay?

Rust Factions Map Overlay er en Chrome-udvidelse udviklet af Rust Factions, og dens hovedfunktion er "Map Overlay for the Rust Factions RP server".

Udvidelsesskærmbilleder

screenshot

Download Rust Factions Map Overlay-udvidelses-CRX-fil

Download Rust Factions Map Overlay-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Rust Factions Map Overlay Rust Factions Map Overlay
ID bckkcalcainhgilphcepkdilkfnggfjh
Officiel URL https://chromewebstore.google.com/detail/rust-factions-map-overlay/bckkcalcainhgilphcepkdilkfnggfjh
Beskrivelse Map Overlay for the Rust Factions RP server
Filstørrelse 39.52 KB
Antal Installationer 25
Nuværende Version 12
Senest Opdateret 2017-11-26
Udgivelsesdato 2017-11-26
Udvikler Rust Factions
Betalingsmetode free
Udvidelseswebsted https://www.reddit.com/r/rustfactions/
Understøttede Sprog 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"
            ]
        }
    ]
}