CSGOLotto fix

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

Co je CSGOLotto fix?

CSGOLotto fix je rozšíření Chrome vyvinuté bACKY, a jeho hlavní funkcí je „Improves your experience on CSGOLotto.com by applying changes to the design itself.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření CSGOLotto fix

Stáhněte si soubory rozšíření CSGOLotto fix ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název CSGOLotto fix CSGOLotto fix
ID ilomdoklgaeodaephkkbjgipcbkclgkb
Oficiální URL https://chromewebstore.google.com/detail/csgolotto-fix/ilomdoklgaeodaephkkbjgipcbkclgkb
Popis Improves your experience on CSGOLotto.com by applying changes to the design itself.
Velikost souboru 112 KB
Počet instalací 13
Aktuální Verze 1.0.4
Poslední Aktualizace 2016-04-19
Datum Vydání 2016-04-19
Hodnocení 4.63/5 Celkem 8 Hodnocení
Vývojář bACKY
Typ Platby free
Webové stránky Rozšíření http://csgolotto.com
Podporované Jazyky 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"
    }
}