Barry's Rust Community Server Map Overlay
Map Overlay (for Rust:IO) for Barry's Rust Community Server
Barry's Rust Community Server Map Overlay क्या है?
Barry's Rust Community Server Map Overlay Akhawais द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Map Overlay (for Rust:IO) for Barry's Rust Community Server"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Barry's Rust Community Server Map Overlay एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Barry's Rust Community Server Map Overlay |
ID | mcabcidmcnemmadjpeleejiakonpplph |
आधिकारिक URL | https://chromewebstore.google.com/detail/barrys-rust-community-ser/mcabcidmcnemmadjpeleejiakonpplph |
विवरण | Map Overlay (for Rust:IO) for Barry's Rust Community Server |
फ़ाइल का आकार | 38.1 KB |
स्थापना संख्या | 159 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2016-10-08 |
प्रकाशन तिथि | 2016-10-08 |
रेटिंग | 5.00/5 कुल 7 रेटिंग्स |
डेवलपर | Akhawais |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://barrys-rust.akhawais.co.uk |
समर्थित भाषाएँ | 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" ] } ] } |