HLTVChat

HLTVChat

HLTVChat란 무엇입니까?

HLTVChat은(는) support에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "HLTVChat"입니다.

확장 프로그램 스크린샷

screenshot

HLTVChat 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        HLTV Chat adds chat functionality to website www.hltv.org

IMPORTANT*** The hltvchat extension is not in any way, shape or form associated with the official site www.hltv.org. This extension is developed purely as a third party software for end users. If you choose to use this extension it is solely at your own risk and by installing you acknowledge that you fully understand the extensions origins and accept the above written statement.                    

확장 프로그램 기본 정보

이름 HLTVChat HLTVChat
ID lacgnaacinhbponemblnjjelhfehmcmn
공식 URL https://chromewebstore.google.com/detail/hltvchat/lacgnaacinhbponemblnjjelhfehmcmn
설명 HLTVChat
파일 크기 225 KB
설치 횟수 319
현재 버전 0.1.8
최근 업데이트 2019-06-15
출시 날짜 2018-07-31
평점 4.66/5 총 38 개의 평점
개발자 support
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HLTVChat",
    "version": "0.1.8",
    "manifest_version": 2,
    "description": "HLTVChat",
    "browser_action": {
        "default_icon": "icons\/icon-128.png",
        "default_title": "HLTVChat"
    },
    "icons": {
        "128": "icons\/icon-128.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.hltv.org\/*"
            ],
            "js": [
                "js\/jquery.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ortc-developers.realtime.co; object-src 'self'",
    "web_accessible_resources": [
        "themes\/*",
        "ui\/*",
        "js\/*"
    ],
    "permissions": [
        "https:\/\/www.hltv.org\/*",
        "https:\/\/hltv.pro\/*",
        "webRequest",
        "webRequestBlocking"
    ]
}