Rust Factions Map Overlay
Map Overlay for the Rust Factions RP server
Wat is Rust Factions Map Overlay?
Rust Factions Map Overlay is een Chrome-extensie ontwikkeld door Peeble, en de belangrijkste functie is "Map Overlay for the Rust Factions RP server".
Extensie Screenshots
Download het CRX-bestand van de extensie Rust Factions Map Overlay
Download Rust Factions Map Overlay-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Overlays the Rust Factions RP Server map on the Rust.IO Live Map. http://www.rustfactions.xyz/
Basisinformatie over de Extensie
Naam | Rust Factions Map Overlay |
ID | ddcllmobbjkokpllpjcjkjppgnmkfdpa |
Officiële URL | https://chromewebstore.google.com/detail/rust-factions-map-overlay/ddcllmobbjkokpllpjcjkjppgnmkfdpa |
Beschrijving | Map Overlay for the Rust Factions RP server |
Bestandsgrootte | 39.57 KB |
Aantal Installaties | 322 |
Huidige Versie | 1.8 |
Laatst Bijgewerkt | 2017-07-11 |
Publicatiedatum | 2017-07-11 |
Beoordeling | 4.60/5 Totaal 10 Beoordelingen |
Ontwikkelaar | Peeble |
Betalingswijze | free |
Extensiewebsite | http://www.rustfactions.xyz/ |
Help Pagina-URL | http://www.rustfactions.xyz/ |
Ondersteunde Talen | 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" ] } ] } |