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"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DSS Satellite Phone

ดาวน์โหลดไฟล์ส่วนขยาย DSS Satellite Phone ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ DSS Satellite Phone DSS Satellite Phone
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
URL หน้าช่วยเหลือ 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'"
}