Rust Factions Map Overlay
Map Overlay for the Rust Factions RP server
ما هو Rust Factions Map Overlay؟
Rust Factions Map Overlay هو إضافة Chrome تم تطويرها بواسطة Peeble، والميزة الرئيسية لها هي "Map Overlay for the Rust Factions RP server".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Rust Factions Map Overlay
قم بتنزيل ملفات الامتداد Rust Factions Map Overlay بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة المساعدة | 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" ] } ] } |