hltv-wide

Adds a bunch of stuff to make HLTV.org better.

hltv-wide란 무엇입니까?

hltv-wide은(는) skend에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds a bunch of stuff to make HLTV.org better."입니다.

확장 프로그램 스크린샷

screenshot

hltv-wide 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Allows users to choose from a set number of widths for HLTV.org (1000px all the way up to 1800px).

Adds a number of other useful things such as: comment-folding, adjustable visible team ranking, match tier highlighter, a link to the user's homepage in the navbar.

Fixes match colors for nightmode                    

확장 프로그램 기본 정보

이름 hltv-wide hltv-wide
ID idcembbhaoennpajmicekipfpidhdhko
공식 URL https://chrome.google.com/webstore/detail/hltv-wide/idcembbhaoennpajmicekipfpidhdhko
설명 Adds a bunch of stuff to make HLTV.org better.
파일 크기 74.92 KB
설치 횟수 722
현재 버전 1.7.11
최근 업데이트 2022-12-15
출시 날짜 2019-08-30
평점 4.93/5 총 15 개의 평점
개발자 skend
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "hltv-wide",
    "version": "1.7.11",
    "description": "Adds a bunch of stuff to make HLTV.org better.",
    "options_page": "options\/options.html",
    "permissions": [
        "storage",
        "https:\/\/*.hltv.org\/",
        "activeTab"
    ],
    "icons": {
        "128": "img\/icon_128.png"
    },
    "web_accessible_resources": [
        "styles\/style1000.css",
        "styles\/style1100.css",
        "styles\/style1200.css",
        "styles\/style1300.css",
        "styles\/style1400.css",
        "styles\/style1500.css",
        "styles\/style1600.css",
        "styles\/style1700.css",
        "styles\/style1800.css",
        "styles\/style_other1000.css",
        "styles\/style_other1100.css",
        "styles\/style_other1200.css",
        "styles\/style_other1300.css",
        "styles\/style_other1400.css",
        "styles\/style_other1500.css",
        "styles\/style_other1600.css",
        "styles\/style_other1700.css",
        "styles\/style_other1800.css",
        "styles\/hide_ads.css",
        "styles\/live1000.css",
        "styles\/live1100.css",
        "styles\/live1200.css",
        "styles\/live1300.css",
        "styles\/live1400.css",
        "styles\/live1500.css",
        "styles\/live1600.css",
        "styles\/live1700.css",
        "styles\/live1800.css"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.hltv.org\/*"
            ],
            "css": [
                "styles\/default_style.css"
            ],
            "js": [
                "lib\/jquery.js",
                "controller.js"
            ],
            "run_at": "document_start"
        }
    ]
}