Csgopolygon Withdraw Assistant

A chrome extension for retrieving new items in the withdraw panel

O que é Csgopolygon Withdraw Assistant?

Csgopolygon Withdraw Assistant é uma extensão do Chrome desenvolvida por https://www.protogalaxy.me, e sua principal característica é "A chrome extension for retrieving new items in the withdraw panel".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Csgopolygon Withdraw Assistant

Baixe arquivos de extensão Csgopolygon Withdraw Assistant no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Csgopolygon Withdraw Assistant Csgopolygon Withdraw Assistant
ID hbjkpapgkolonobiohhihjlbfeihcbio
URL Oficial https://chromewebstore.google.com/detail/csgopolygon-withdraw-assi/hbjkpapgkolonobiohhihjlbfeihcbio
Descrição A chrome extension for retrieving new items in the withdraw panel
Tamanho do Arquivo 112 KB
Contagem de Instalações 19
Versão Atual 0.9
Última Atualização 2017-11-08
Data de Publicação 2017-11-08
Desenvolvedor https://www.protogalaxy.me
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.protogalaxy.me
URL da Página de Ajuda https://github.com/SolitudeRA/CSGOPolygon-withdraw-assistant
Idiomas Suportados 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"
            ]
        }
    ]
}