Rust Factions Map Overlay
Map Overlay for the Rust Factions RP server
¿Qué es Rust Factions Map Overlay?
Rust Factions Map Overlay es una extensión de Chrome desarrollada por Peeble, y su función principal es "Map Overlay for the Rust Factions RP server".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Rust Factions Map Overlay
Descarga archivos de extensión Rust Factions Map Overlay en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Overlays the Rust Factions RP Server map on the Rust.IO Live Map. http://www.rustfactions.xyz/
Información Básica de la Extensión
Nombre | Rust Factions Map Overlay |
ID | ddcllmobbjkokpllpjcjkjppgnmkfdpa |
URL Oficial | https://chromewebstore.google.com/detail/rust-factions-map-overlay/ddcllmobbjkokpllpjcjkjppgnmkfdpa |
Descripción | Map Overlay for the Rust Factions RP server |
Tamaño del Archivo | 39.57 KB |
Cantidad de Instalaciones | 322 |
Versión Actual | 1.8 |
Última Actualización | 2017-07-11 |
Fecha de Publicación | 2017-07-11 |
Calificación | 4.60/5 Total de 10 Calificaciones |
Desarrollador | Peeble |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.rustfactions.xyz/ |
URL de la Página de Ayuda | http://www.rustfactions.xyz/ |
Idiomas Soportados | 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" ] } ] } |