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 Rust Factions, 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

                        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.                    

Informations de Base sur l'Extension

Nom Rust Factions Map Overlay Rust Factions Map Overlay
ID bckkcalcainhgilphcepkdilkfnggfjh
URL Officiel https://chromewebstore.google.com/detail/rust-factions-map-overlay/bckkcalcainhgilphcepkdilkfnggfjh
Description Map Overlay for the Rust Factions RP server
Taille du Fichier 39.52 KB
Nombre d'Installations 25
Version Actuelle 12
Dernière Mise à Jour 2017-11-26
Date de Publication 2017-11-26
Développeur Rust Factions
Type de Paiement free
Site Web de l'Extension https://www.reddit.com/r/rustfactions/
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": "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"
            ]
        }
    ]
}