Barry's Rust Community Server Map Overlay
Map Overlay (for Rust:IO) for Barry's Rust Community Server
Co to jest Barry's Rust Community Server Map Overlay?
Barry's Rust Community Server Map Overlay to rozszerzenie Chrome opracowane przez Akhawais, a jego główną funkcją jest „Map Overlay (for Rust:IO) for Barry's Rust Community Server”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Barry's Rust Community Server Map Overlay
Pobierz pliki rozszerzeń Barry's Rust Community Server Map Overlay w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Barry's Rust Community Server Map Overlay |
ID | mcabcidmcnemmadjpeleejiakonpplph |
Oficjalny URL | https://chromewebstore.google.com/detail/barrys-rust-community-ser/mcabcidmcnemmadjpeleejiakonpplph |
Opis | Map Overlay (for Rust:IO) for Barry's Rust Community Server |
Rozmiar pliku | 38.1 KB |
Liczba instalacji | 159 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2016-10-08 |
Data Publikacji | 2016-10-08 |
Ocena | 5.00/5 Łącznie 7 Oceny |
Deweloper | Akhawais |
Typ Płatności | free |
Strona Rozszerzenia | http://barrys-rust.akhawais.co.uk |
Obsługiwane Języki | 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" ] } ] } |