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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}