CSGOLotto fix

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

O que é CSGOLotto fix?

CSGOLotto fix é uma extensão do Chrome desenvolvida por bACKY, e sua principal característica é "Improves your experience on CSGOLotto.com by applying changes to the design itself.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão CSGOLotto fix

Baixe arquivos de extensão CSGOLotto fix 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

                        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.                    

Informações Básicas da Extensão

Nome CSGOLotto fix CSGOLotto fix
ID ilomdoklgaeodaephkkbjgipcbkclgkb
URL Oficial https://chromewebstore.google.com/detail/csgolotto-fix/ilomdoklgaeodaephkkbjgipcbkclgkb
Descrição Improves your experience on CSGOLotto.com by applying changes to the design itself.
Tamanho do Arquivo 112 KB
Contagem de Instalações 13
Versão Atual 1.0.4
Última Atualização 2016-04-19
Data de Publicação 2016-04-19
Classificação 4.63/5 Total de 8 Avaliações
Desenvolvedor bACKY
Tipo de Pagamento free
Site da Extensão http://csgolotto.com
Idiomas Suportados 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"
    }
}