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.
扩展基本信息
名称 | 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" ] } ] } |