DSS Satellite Phone
The DSS Satellite Phone for Urban Dead
ما هو DSS Satellite Phone؟
DSS Satellite Phone هو إضافة Chrome تم تطويرها بواسطة Val، والميزة الرئيسية لها هي "The DSS Satellite Phone for Urban Dead".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة DSS Satellite Phone
قم بتنزيل ملفات الامتداد DSS Satellite Phone بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The DSS Satellite Phone is an extension to the online game Urban Dead that provides in-game messaging, much like the regular mobile phone, but with a twist. Or five: ☞ No AP cost to send messages. ☞ Stores your old messages until you choose to delete them. ☞ Works even if the phone mast is down. ☞ Works even if you're dead or zombified. ☞ It doesn't add to your encumbrance.
معلومات أساسية عن التمديد
الاسم | |
ID | hoohjbdcflcignoecphjngnamgfgplhb |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/dss-satellite-phone/hoohjbdcflcignoecphjngnamgfgplhb |
الوصف | The DSS Satellite Phone for Urban Dead |
حجم الملف | 27.02 KB |
عدد التثبيتات | 77 |
النسخة الحالية | 5.2 |
آخر تحديث | 2014-06-07 |
تاريخ النشر | 2014-06-07 |
تقييم | 4.75/5 مجموع تقييمات 8 |
المطور | Val |
نوع الدفع | free |
عنوان صفحة المساعدة | http://wiki.urbandead.com/index.php/DSS_Satellite_Phone |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DSS Satellite Phone", "short_name": "UDSatPhone", "version": "5.2", "description": "The DSS Satellite Phone for Urban Dead", "content_scripts": [ { "matches": [ "http:\/\/*.urbandead.com\/map.cgi*" ], "js": [ "dssp.js" ] } ], "permissions": [ "http:\/\/sp.dssrzs.org\/sp" ], "icons": { "48": "dssp-48.png", "128": "dssp-128.png" }, "background": { "scripts": [ "bg.js" ], "persistent": false }, "content_security_policy": "script-src 'self'; object-src 'self'" } |