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開發的Chrome擴展程式,該擴展的主要功能是“Map Overlay (for Rust:IO) for Barry's Rust Community Server”。
擴展截圖
下載Barry's Rust Community Server Map Overlay擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | mcabcidmcnemmadjpeleejiakonpplph |
| 官方網址 | 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"
]
}
]
} | |