CSGOLotto fix

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

CSGOLotto fixとは何ですか?

CSGOLotto fixはbACKYによって開発されたChromeの拡張機能で、その主な機能は「Improves your experience on CSGOLotto.com by applying changes to the design itself.」です。

拡張機能のスクリーンショット

screenshot

CSGOLotto fix拡張機能のCRXファイルをダウンロード

CSGOLotto fix拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 CSGOLotto fix CSGOLotto fix
ID ilomdoklgaeodaephkkbjgipcbkclgkb
公式URL https://chromewebstore.google.com/detail/csgolotto-fix/ilomdoklgaeodaephkkbjgipcbkclgkb
説明 Improves your experience on CSGOLotto.com by applying changes to the design itself.
ファイルサイズ 112 KB
インストール数 13
現在のバージョン 1.0.4
最終更新日 2016-04-19
公開日 2016-04-19
評価 4.63/5 合計 8 レビュー
開発者 bACKY
支払い方法 free
拡張機能のウェブサイト http://csgolotto.com
対応言語 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"
    }
}