Rust Factions Map Overlay
Map Overlay for the Rust Factions RP server
Rust Factions Map Overlayとは何ですか?
Rust Factions Map OverlayはPeebleによって開発されたChromeの拡張機能で、その主な機能は「Map Overlay for the Rust Factions RP server」です。
拡張機能のスクリーンショット
Rust Factions Map Overlay拡張機能のCRXファイルをダウンロード
Rust Factions Map Overlay拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Overlays the Rust Factions RP Server map on the Rust.IO Live Map. http://www.rustfactions.xyz/
拡張機能の基本情報
名前 | Rust Factions Map Overlay |
ID | ddcllmobbjkokpllpjcjkjppgnmkfdpa |
公式URL | https://chromewebstore.google.com/detail/rust-factions-map-overlay/ddcllmobbjkokpllpjcjkjppgnmkfdpa |
説明 | Map Overlay for the Rust Factions RP server |
ファイルサイズ | 39.57 KB |
インストール数 | 322 |
現在のバージョン | 1.8 |
最終更新日 | 2017-07-11 |
公開日 | 2017-07-11 |
評価 | 4.60/5 合計 10 レビュー |
開発者 | Peeble |
支払い方法 | free |
拡張機能のウェブサイト | http://www.rustfactions.xyz/ |
ヘルプページのURL | http://www.rustfactions.xyz/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rust Factions Map Overlay", "description": "Map Overlay for the Rust Factions RP server", "version": "1.8", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/playrust.io\/map\/?rust.factionsgaming.com:28015", "http:\/\/playrust.io\/map\/?158.69.23.74:28015", "http:\/\/playrust.io\/map\/?us.rustfactions.net:28015", "http:\/\/playrust.io\/map\/?eu.rustfactions.net:28015", "http:\/\/playrust.io\/map\/?72.46.130.250:28916" ], "css": [ "RustFactionsRPCSS.css" ], "js": [ "jquery-2.2.3.min.js", "RustFactionsRPJS.js" ] } ] } |