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" ] } ] } |