Rust Factions Map Overlay

Map Overlay for the Rust Factions RP server

Vad är Rust Factions Map Overlay?

Rust Factions Map Overlay är en Chrome-tillägg utvecklad av Peeble, och dess huvudfunktion är "Map Overlay for the Rust Factions RP server".

Tilläggsskärmbilder

screenshot

Ladda ner Rust Factions Map Overlay-förlängningens CRX-fil

Ladda ner Rust Factions Map Overlay-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

http://www.rustfactions.xyz/                    

Grundläggande Information om Tillägg

Namn Rust Factions Map Overlay Rust Factions Map Overlay
ID ddcllmobbjkokpllpjcjkjppgnmkfdpa
Officiell webbadress https://chromewebstore.google.com/detail/rust-factions-map-overlay/ddcllmobbjkokpllpjcjkjppgnmkfdpa
Beskrivning Map Overlay for the Rust Factions RP server
Filstorlek 39.57 KB
Antal Installationer 322
Aktuell Version 1.8
Senast Uppdaterad 2017-07-11
Publiceringsdatum 2017-07-11
Betyg 4.60/5 Totalt 10 Betyg
Utvecklare Peeble
Betalningssätt free
Tilläggswebbplats http://www.rustfactions.xyz/
Hjälpsida URL http://www.rustfactions.xyz/
Stödda Språk 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"
            ]
        }
    ]
}