CSGOLotto fix

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

CSGOLotto fix là gì?

CSGOLotto fix là một tiện ích mở rộng Chrome được phát triển bởi bACKY, và tính năng chính của nó là "Improves your experience on CSGOLotto.com by applying changes to the design itself.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CSGOLotto fix

Tải xuống các tệp mở rộng CSGOLotto fix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CSGOLotto fix CSGOLotto fix
ID ilomdoklgaeodaephkkbjgipcbkclgkb
URL Chính Thức https://chromewebstore.google.com/detail/csgolotto-fix/ilomdoklgaeodaephkkbjgipcbkclgkb
Mô tả Improves your experience on CSGOLotto.com by applying changes to the design itself.
Kích Thước Tệp 112 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2016-04-19
Ngày Phát Hành 2016-04-19
Đánh Giá 4.63/5 Tổng số 8 Đánh Giá
Nhà Phát Triển bACKY
Loại Thanh Toán free
Trang Web Mở Rộng http://csgolotto.com
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}