HLTVChat

HLTVChat

HLTVChat là gì?

HLTVChat là một tiện ích mở rộng Chrome được phát triển bởi support, và tính năng chính của nó là "HLTVChat".

Ả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 HLTVChat

Tải xuống các tệp mở rộng HLTVChat 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

                        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.                    

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

Tên HLTVChat HLTVChat
ID lacgnaacinhbponemblnjjelhfehmcmn
URL Chính Thức https://chromewebstore.google.com/detail/hltvchat/lacgnaacinhbponemblnjjelhfehmcmn
Mô tả HLTVChat
Kích Thước Tệp 225 KB
Số Lần Cài Đặt 319
Phiên Bản Hiện Tại 0.1.8
Cập Nhật Lần Cuối 2019-06-15
Ngày Phát Hành 2018-07-31
Đánh Giá 4.66/5 Tổng số 38 Đánh Giá
Nhà Phát Triển support
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}