DSS Satellite Phone

The DSS Satellite Phone for Urban Dead

Что такое DSS Satellite Phone?

DSS Satellite Phone - это расширение Chrome, разработанное Val, и его основная функция - "The DSS Satellite Phone for Urban Dead".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения DSS Satellite Phone

Скачайте файлы расширений 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
Официальный 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'"
}