Rust Factions Map Overlay

Map Overlay for the Rust Factions RP server

O que é Rust Factions Map Overlay?

Rust Factions Map Overlay é uma extensão do Chrome desenvolvida por Rust Factions, e sua principal característica é "Map Overlay for the Rust Factions RP server".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Rust Factions Map Overlay

Baixe arquivos de extensão Rust Factions Map Overlay no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Rust Factions Map Overlay Rust Factions Map Overlay
ID bckkcalcainhgilphcepkdilkfnggfjh
URL Oficial https://chromewebstore.google.com/detail/rust-factions-map-overlay/bckkcalcainhgilphcepkdilkfnggfjh
Descrição Map Overlay for the Rust Factions RP server
Tamanho do Arquivo 39.52 KB
Contagem de Instalações 25
Versão Atual 12
Última Atualização 2017-11-26
Data de Publicação 2017-11-26
Desenvolvedor Rust Factions
Tipo de Pagamento free
Site da Extensão https://www.reddit.com/r/rustfactions/
Idiomas Suportados 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"
            ]
        }
    ]
}