Rust Factions Map Overlay
Map Overlay for the Rust Factions RP server
What is Rust Factions Map Overlay?
Rust Factions Map Overlay is a Chrome extension developed by Peeble, and its main feature is "Map Overlay for the Rust Factions RP server".
Extension Screenshots
Download Rust Factions Map Overlay Extension CRX File
Download Rust Factions Map Overlay extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Overlays the Rust Factions RP Server map on the Rust.IO Live Map. http://www.rustfactions.xyz/
Extension Basic Information
Name | Rust Factions Map Overlay |
ID | ddcllmobbjkokpllpjcjkjppgnmkfdpa |
Official URL | https://chromewebstore.google.com/detail/rust-factions-map-overlay/ddcllmobbjkokpllpjcjkjppgnmkfdpa |
Description | Map Overlay for the Rust Factions RP server |
File Size | 39.57 KB |
Installation Count | 322 |
Current Version | 1.8 |
Last Updated | 2017-07-11 |
Publish Date | 2017-07-11 |
Rating | 4.60/5 Total 10 Ratings |
Developer | Peeble |
Payment Type | free |
Extension Website | http://www.rustfactions.xyz/ |
Help Page URL | http://www.rustfactions.xyz/ |
Supported Languages | 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" ] } ] } |