CSGOLotto fix

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

Cos'è CSGOLotto fix?

CSGOLotto fix è un'estensione di Chrome sviluppata da bACKY, e la sua funzione principale è "Improves your experience on CSGOLotto.com by applying changes to the design itself.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CSGOLotto fix

Scarica i file di estensione CSGOLotto fix in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome CSGOLotto fix CSGOLotto fix
ID ilomdoklgaeodaephkkbjgipcbkclgkb
URL Ufficiale https://chromewebstore.google.com/detail/csgolotto-fix/ilomdoklgaeodaephkkbjgipcbkclgkb
Descrizione Improves your experience on CSGOLotto.com by applying changes to the design itself.
Dimensione del File 112 KB
Conteggio Installazioni 13
Versione Corrente 1.0.4
Ultimo Aggiornamento 2016-04-19
Data di Pubblicazione 2016-04-19
Valutazione 4.63/5 Totale 8 Valutazioni
Sviluppatore bACKY
Tipo di Pagamento free
Sito Web dell'Estensione http://csgolotto.com
Lingue Supportate 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"
    }
}