Csgopolygon Withdraw Assistant

A chrome extension for retrieving new items in the withdraw panel

¿Qué es Csgopolygon Withdraw Assistant?

Csgopolygon Withdraw Assistant es una extensión de Chrome desarrollada por https://www.protogalaxy.me, y su función principal es "A chrome extension for retrieving new items in the withdraw panel".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Csgopolygon Withdraw Assistant

Descarga archivos de extensión Csgopolygon Withdraw Assistant en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Csgopolygon Withdraw Assistant Csgopolygon Withdraw Assistant
ID hbjkpapgkolonobiohhihjlbfeihcbio
URL Oficial https://chromewebstore.google.com/detail/csgopolygon-withdraw-assi/hbjkpapgkolonobiohhihjlbfeihcbio
Descripción A chrome extension for retrieving new items in the withdraw panel
Tamaño del Archivo 112 KB
Cantidad de Instalaciones 19
Versión Actual 0.9
Última Actualización 2017-11-08
Fecha de Publicación 2017-11-08
Desarrollador https://www.protogalaxy.me
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.protogalaxy.me
URL de la Página de Ayuda https://github.com/SolitudeRA/CSGOPolygon-withdraw-assistant
Idiomas Soportados 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"
            ]
        }
    ]
}