CSGOLotto fix

Improves your experience on CSGOLotto.com by applying changes to the design itself.

¿Qué es CSGOLotto fix?

CSGOLotto fix es una extensión de Chrome desarrollada por bACKY, y su función principal es "Improves your experience on CSGOLotto.com by applying changes to the design itself.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión CSGOLotto fix

Descarga archivos de extensión CSGOLotto fix 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

                        This extension will improve the usage of CSGOLotto.com, it comes with a larger chat, and if you either create/join a duel, you have a larger window for item selection.

The "JOIN" button is also larger so that users are able to hit it faster.

Close button is also bigger on duel pop-ups.

Items can now be seen directly without pressing "view".

The "view" button should only be clicked if you would like to see the opponents items and/or the coin flip.                    

Información Básica de la Extensión

Nombre CSGOLotto fix CSGOLotto fix
ID ilomdoklgaeodaephkkbjgipcbkclgkb
URL Oficial https://chromewebstore.google.com/detail/csgolotto-fix/ilomdoklgaeodaephkkbjgipcbkclgkb
Descripción Improves your experience on CSGOLotto.com by applying changes to the design itself.
Tamaño del Archivo 112 KB
Cantidad de Instalaciones 13
Versión Actual 1.0.4
Última Actualización 2016-04-19
Fecha de Publicación 2016-04-19
Calificación 4.63/5 Total de 8 Calificaciones
Desarrollador bACKY
Tipo de Pago free
Sitio Web de la Extensión http://csgolotto.com
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CSGOLotto fix",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "Improves your experience on CSGOLotto.com by applying changes to the design itself.",
    "icons": {
        "16": "images\/19.png",
        "38": "images\/38.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.csgolotto.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.min.js",
                "js.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/19.png",
            "38": "images\/38.png"
        },
        "default_title": "CSGOLotto",
        "default_popup": "index.html"
    }
}