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'" } |