Barry's Rust Community Server Map Overlay
Map Overlay (for Rust:IO) for Barry's Rust Community Server
Was ist Barry's Rust Community Server Map Overlay?
Barry's Rust Community Server Map Overlay ist eine Chrome-Erweiterung, die von Akhawais entwickelt wurde, und ihr Hauptmerkmal ist "Map Overlay (for Rust:IO) for Barry's Rust Community Server".
Erweiterungsscreenshots
Barry's Rust Community Server Map Overlay-Erweiterungs-CRX-Datei herunterladen
Laden Sie Barry's Rust Community Server Map Overlay-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This is a plugin that overlays the factions on Barry's Community Server onto the Rust:IO map. It can also be toggled within the page by using the link at the bottom. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mcabcidmcnemmadjpeleejiakonpplph |
| Offizielle URL | https://chromewebstore.google.com/detail/barrys-rust-community-ser/mcabcidmcnemmadjpeleejiakonpplph |
| Beschreibung | Map Overlay (for Rust:IO) for Barry's Rust Community Server |
| Dateigröße | 38.1 KB |
| Installationsanzahl | 159 |
| Aktuelle Version | 1.0.1 |
| Letztes Update | 2016-10-08 |
| Veröffentlichungsdatum | 2016-10-08 |
| Bewertung | 5.00/5 Insgesamt 7 Bewertungen |
| Entwickler | Akhawais |
| Zahlungsart | free |
| Erweiterungswebsite | http://barrys-rust.akhawais.co.uk |
| Unterstützte Sprachen | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Barry's Rust Community Server Map Overlay",
"description": "Map Overlay (for Rust:IO) for Barry's Rust Community Server",
"version": "1.0.1",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/playrust.io\/map\/?rust-01.akhawais.co.uk:28015",
"http:\/\/playrust.io\/map\/?137.74.106.12:28015"
],
"css": [
"injBarryRust.css"
],
"js": [
"jquery-2.2.3.min.js",
"injBarryRust.js"
]
}
]
} | |