Steam-Buyer

Steam-Buyer is a simple application to make purchases in the Steam store.

Что такое Steam-Buyer?

Steam-Buyer - это расширение Chrome, разработанное d42f, и его основная функция - "Steam-Buyer is a simple application to make purchases in the Steam store.".

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

screenshot

Скачать файл CRX расширения Steam-Buyer

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

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

                                            

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

Название Steam-Buyer Steam-Buyer
ID ppbmhbiefeejlabibcbpecpophmfodei
Официальный URL https://chromewebstore.google.com/detail/steam-buyer/ppbmhbiefeejlabibcbpecpophmfodei
Описание Steam-Buyer is a simple application to make purchases in the Steam store.
Размер файла 251 KB
Количество установок 120
Текущая Версия 0.5
Последнее Обновление 2015-06-20
Дата публикации 2015-06-20
Рейтинг 2.00/5 Всего 3 оценок
Разработчик d42f
Тип оплаты free
Официальный сайт расширения https://github.com/d42f/steam-buyer
URL страницы помощи https://github.com/d42f/steam-buyer/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Steam-Buyer",
    "version": "0.5",
    "description": "Steam-Buyer is a simple application to make purchases in the Steam store.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Steam Buyer",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "storage",
        "notifications",
        "tabs",
        "unlimitedStorage",
        ""
    ],
    "background": {
        "scripts": [
            "lib\/jquery.min.js",
            "src\/config.js",
            "src\/common.js",
            "src\/storage.js",
            "src\/background.js"
        ]
    }
}