Rust Factions Map Overlay
Map Overlay for the Rust Factions RP server
Cos'è Rust Factions Map Overlay?
Rust Factions Map Overlay è un'estensione di Chrome sviluppata da Peeble, e la sua funzione principale è "Map Overlay for the Rust Factions RP server".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Rust Factions Map Overlay
Scarica i file di estensione Rust Factions Map Overlay in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Overlays the Rust Factions RP Server map on the Rust.IO Live Map. http://www.rustfactions.xyz/
Informazioni di Base sull'Estensione
Nome | Rust Factions Map Overlay |
ID | ddcllmobbjkokpllpjcjkjppgnmkfdpa |
URL Ufficiale | https://chromewebstore.google.com/detail/rust-factions-map-overlay/ddcllmobbjkokpllpjcjkjppgnmkfdpa |
Descrizione | Map Overlay for the Rust Factions RP server |
Dimensione del File | 39.57 KB |
Conteggio Installazioni | 322 |
Versione Corrente | 1.8 |
Ultimo Aggiornamento | 2017-07-11 |
Data di Pubblicazione | 2017-07-11 |
Valutazione | 4.60/5 Totale 10 Valutazioni |
Sviluppatore | Peeble |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.rustfactions.xyz/ |
URL della Pagina di Aiuto | http://www.rustfactions.xyz/ |
Lingue Supportate | 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" ] } ] } |