DSS Satellite Phone

The DSS Satellite Phone for Urban Dead

Qu'est-ce que DSS Satellite Phone ?

DSS Satellite Phone est une extension Chrome développée par Val, et sa fonction principale est "The DSS Satellite Phone for Urban Dead".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension DSS Satellite Phone

Téléchargez les fichiers d'extension DSS Satellite Phone au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom DSS Satellite Phone DSS Satellite Phone
ID hoohjbdcflcignoecphjngnamgfgplhb
URL Officiel https://chrome.google.com/webstore/detail/dss-satellite-phone/hoohjbdcflcignoecphjngnamgfgplhb
Description The DSS Satellite Phone for Urban Dead
Taille du Fichier 27.02 KB
Nombre d'Installations 77
Version Actuelle 5.2
Dernière Mise à Jour 2014-06-07
Date de Publication 2014-06-07
Évaluation 4.75/5 Total 8 Évaluations
Développeur Val
Type de Paiement free
URL de la Page d'Aide http://wiki.urbandead.com/index.php/DSS_Satellite_Phone
Langues Prises en Charge 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'"
}