Csgopolygon Withdraw Assistant

A chrome extension for retrieving new items in the withdraw panel

Что такое Csgopolygon Withdraw Assistant?

Csgopolygon Withdraw Assistant - это расширение Chrome, разработанное https://www.protogalaxy.me, и его основная функция - "A chrome extension for retrieving new items in the withdraw panel".

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

screenshot

Скачать файл CRX расширения Csgopolygon Withdraw Assistant

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

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

                        A chrome extension for retrieving new items in the withdraw panel in csgopolygon.com.                    

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

Название Csgopolygon Withdraw Assistant Csgopolygon Withdraw Assistant
ID hbjkpapgkolonobiohhihjlbfeihcbio
Официальный URL https://chromewebstore.google.com/detail/csgopolygon-withdraw-assi/hbjkpapgkolonobiohhihjlbfeihcbio
Описание A chrome extension for retrieving new items in the withdraw panel
Размер файла 112 KB
Количество установок 19
Текущая Версия 0.9
Последнее Обновление 2017-11-08
Дата публикации 2017-11-08
Разработчик https://www.protogalaxy.me
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.protogalaxy.me
URL страницы помощи https://github.com/SolitudeRA/CSGOPolygon-withdraw-assistant
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Csgopolygon Withdraw Assistant",
    "short_name": "Withdraw Assistant",
    "description": "A chrome extension for retrieving new items in the withdraw panel",
    "version": "0.9",
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/images\/icon16.png",
            "24": "assets\/images\/icon24.png",
            "32": "assets\/images\/icon32.png"
        },
        "default_title": "Withdraw Assistant",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "assets\/imports\/jquery-3.2.1.min.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/csgopolygon.com\/withdraw.php"
            ],
            "css": [
                "assets\/css\/withdraw.css"
            ],
            "js": [
                "assets\/imports\/jQuery-3.2.1.min.js",
                "assets\/js\/withdraw.js"
            ]
        }
    ]
}