Rust Factions Map Overlay
Map Overlay for the Rust Factions RP server
Hvad er Rust Factions Map Overlay?
Rust Factions Map Overlay er en Chrome-udvidelse udviklet af Peeble, og dens hovedfunktion er "Map Overlay for the Rust Factions RP server".
Udvidelsesskærmbilleder
Download Rust Factions Map Overlay-udvidelses-CRX-fil
Download Rust Factions Map Overlay-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Overlays the Rust Factions RP Server map on the Rust.IO Live Map.
http://www.rustfactions.xyz/ Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ddcllmobbjkokpllpjcjkjppgnmkfdpa |
| Officiel URL | https://chromewebstore.google.com/detail/rust-factions-map-overlay/ddcllmobbjkokpllpjcjkjppgnmkfdpa |
| Beskrivelse | Map Overlay for the Rust Factions RP server |
| Filstørrelse | 39.57 KB |
| Antal Installationer | 322 |
| Nuværende Version | 1.8 |
| Senest Opdateret | 2017-07-11 |
| Udgivelsesdato | 2017-07-11 |
| Bedømmelse | 4.60/5 Samlet 10 Bedømmelser |
| Udvikler | Peeble |
| Betalingsmetode | free |
| Udvidelseswebsted | http://www.rustfactions.xyz/ |
| Hjælpeside-URL | http://www.rustfactions.xyz/ |
| Understøttede Sprog | 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"
]
}
]
} | |