DSS Satellite Phone

The DSS Satellite Phone for Urban Dead

Vad är DSS Satellite Phone?

DSS Satellite Phone är en Chrome-tillägg utvecklad av Val, och dess huvudfunktion är "The DSS Satellite Phone for Urban Dead".

Tilläggsskärmbilder

screenshot

Ladda ner DSS Satellite Phone-förlängningens CRX-fil

Ladda ner DSS Satellite Phone-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn DSS Satellite Phone DSS Satellite Phone
ID hoohjbdcflcignoecphjngnamgfgplhb
Officiell webbadress https://chrome.google.com/webstore/detail/dss-satellite-phone/hoohjbdcflcignoecphjngnamgfgplhb
Beskrivning The DSS Satellite Phone for Urban Dead
Filstorlek 27.02 KB
Antal Installationer 77
Aktuell Version 5.2
Senast Uppdaterad 2014-06-07
Publiceringsdatum 2014-06-07
Betyg 4.75/5 Totalt 8 Betyg
Utvecklare Val
Betalningssätt free
Hjälpsida URL http://wiki.urbandead.com/index.php/DSS_Satellite_Phone
Stödda Språk 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'"
}