HLTVChat

HLTVChat

HLTVChatคืออะไร?

HLTVChat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย support และคุณลักษณะหลักของมันคือ "HLTVChat"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HLTVChat

ดาวน์โหลดไฟล์ส่วนขยาย HLTVChat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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