[Steam Security Suite]

Protects you from Steam phishing pages

Что такое [Steam Security Suite]?

[Steam Security Suite] - это расширение Chrome, разработанное Jessecar, и его основная функция - "Protects you from Steam phishing pages".

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

screenshot

Скачать файл CRX расширения [Steam Security Suite]

Скачайте файлы расширений [Steam Security Suite] в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Protects you from Steam phishing pages                    

Основная информация о расширении

Название [Steam Security Suite] [Steam Security Suite]
ID gicnbiillhmpffbemfhmhnelldbnjblb
Официальный URL https://chromewebstore.google.com/detail/steam-security-suite/gicnbiillhmpffbemfhmhnelldbnjblb
Описание Protects you from Steam phishing pages
Размер файла 15.72 KB
Количество установок 209
Текущая Версия 2.0
Последнее Обновление 2018-04-11
Дата публикации 2018-04-09
Рейтинг 4.50/5 Всего 8 оценок
Разработчик Jessecar
Тип оплаты free
Официальный сайт расширения https://github.com/Jessecar96/Steam-Community-Suite
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "[Steam Security Suite]",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Protects you from Steam phishing pages",
    "icons": {
        "16": "icons\/scs-logo-16.png",
        "32": "icons\/scs-logo-32.png",
        "64": "icons\/scs-logo-64.png",
        "128": "icons\/scs-logo-128.png",
        "512": "icons\/scs-logo-512.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "permissions": [
        ""
    ]
}