Barry's Rust Community Server Map Overlay
Map Overlay (for Rust:IO) for Barry's Rust Community Server
Wat is Barry's Rust Community Server Map Overlay?
Barry's Rust Community Server Map Overlay is een Chrome-extensie ontwikkeld door Akhawais, en de belangrijkste functie is "Map Overlay (for Rust:IO) for Barry's Rust Community Server".
Extensie Screenshots
Download het CRX-bestand van de extensie Barry's Rust Community Server Map Overlay
Download Barry's Rust Community Server 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
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. Basisinformatie over de Extensie
| Naam | |
| ID | mcabcidmcnemmadjpeleejiakonpplph |
| Officiële URL | https://chromewebstore.google.com/detail/barrys-rust-community-ser/mcabcidmcnemmadjpeleejiakonpplph |
| Beschrijving | Map Overlay (for Rust:IO) for Barry's Rust Community Server |
| Bestandsgrootte | 38.1 KB |
| Aantal Installaties | 159 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2016-10-08 |
| Publicatiedatum | 2016-10-08 |
| Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | Akhawais |
| Betalingswijze | free |
| Extensiewebsite | http://barrys-rust.akhawais.co.uk |
| Ondersteunde Talen | 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"
]
}
]
} | |