DSS Satellite Phone

The DSS Satellite Phone for Urban Dead

什麼是DSS Satellite Phone?

DSS Satellite Phone是由Val開發的Chrome擴展程式,該擴展的主要功能是“The DSS Satellite Phone for Urban Dead”。

擴展截圖

screenshot

下載DSS Satellite Phone擴展crx文件

下載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
官方網址 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'"
}