Rust Factions Map Overlay

Map Overlay for the Rust Factions RP server

Qu'est-ce que Rust Factions Map Overlay ?

Rust Factions Map Overlay est une extension Chrome développée par Peeble, et sa fonction principale est "Map Overlay for the Rust Factions RP server".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Rust Factions Map Overlay

Téléchargez les fichiers d'extension Rust Factions Map Overlay au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

http://www.rustfactions.xyz/                    

Informations de Base sur l'Extension

Nom Rust Factions Map Overlay Rust Factions Map Overlay
ID ddcllmobbjkokpllpjcjkjppgnmkfdpa
URL Officiel https://chromewebstore.google.com/detail/rust-factions-map-overlay/ddcllmobbjkokpllpjcjkjppgnmkfdpa
Description Map Overlay for the Rust Factions RP server
Taille du Fichier 39.57 KB
Nombre d'Installations 322
Version Actuelle 1.8
Dernière Mise à Jour 2017-07-11
Date de Publication 2017-07-11
Évaluation 4.60/5 Total 10 Évaluations
Développeur Peeble
Type de Paiement free
Site Web de l'Extension http://www.rustfactions.xyz/
URL de la Page d'Aide http://www.rustfactions.xyz/
Langues Prises en Charge 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"
            ]
        }
    ]
}