DSS Satellite Phone

The DSS Satellite Phone for Urban Dead

DSS Satellite Phone là gì?

DSS Satellite Phone là một tiện ích mở rộng Chrome được phát triển bởi Val, và tính năng chính của nó là "The DSS Satellite Phone for Urban Dead".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng DSS Satellite Phone

Tải xuống các tệp mở rộng DSS Satellite Phone dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DSS Satellite Phone DSS Satellite Phone
ID hoohjbdcflcignoecphjngnamgfgplhb
URL Chính Thức https://chrome.google.com/webstore/detail/dss-satellite-phone/hoohjbdcflcignoecphjngnamgfgplhb
Mô tả The DSS Satellite Phone for Urban Dead
Kích Thước Tệp 27.02 KB
Số Lần Cài Đặt 77
Phiên Bản Hiện Tại 5.2
Cập Nhật Lần Cuối 2014-06-07
Ngày Phát Hành 2014-06-07
Đánh Giá 4.75/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Val
Loại Thanh Toán free
URL Trang Trợ Giúp http://wiki.urbandead.com/index.php/DSS_Satellite_Phone
Ngôn Ngữ Được Hỗ Trợ 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'"
}