Steam cards getter

This extension allow you to automate cards getting process

Что такое Steam cards getter?

Steam cards getter - это расширение Chrome, разработанное lgg, и его основная функция - "This extension allow you to automate cards getting process".

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

screenshot

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

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

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

                        This extension allow you to automate cards getting process

More info could be found here: https://github.com/lgg/steam-cards-getter                    

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

Название Steam cards getter Steam cards getter
ID jkpbeadnomoejfoakjnnpcaiijgbnggk
Официальный URL https://chromewebstore.google.com/detail/steam-cards-getter/jkpbeadnomoejfoakjnnpcaiijgbnggk
Описание This extension allow you to automate cards getting process
Размер файла 74.88 KB
Количество установок 267
Текущая Версия 1.1.1
Последнее Обновление 2018-07-02
Дата публикации 2018-07-02
Разработчик lgg
Тип оплаты free
Официальный сайт расширения https://github.com/lgg/steam-cards-getter
URL страницы помощи https://github.com/lgg/steam-cards-getter
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Steam cards getter",
    "description": "This extension allow you to automate cards getting process",
    "version": "1.1.1",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "storage",
        "http:\/\/store.steampowered.com\/",
        "https:\/\/store.steampowered.com\/"
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/store.steampowered.com\/*",
                "https:\/\/store.steampowered.com\/*"
            ],
            "js": [
                "content-scripts\/steam-cards-getter-content-script.js"
            ]
        }
    ]
}