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”。
扩展截图
下载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.
扩展基本信息
名称 | |
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'" } |