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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Akhawais และคุณลักษณะหลักของมันคือ "Map Overlay (for Rust:IO) for Barry's Rust Community Server"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Barry's Rust Community Server Map Overlay
ดาวน์โหลดไฟล์ส่วนขยาย Barry's Rust Community Server Map Overlay ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } ] } |