HLTVChat

HLTVChat

Was ist HLTVChat?

HLTVChat ist eine Chrome-Erweiterung, die von support entwickelt wurde, und ihr Hauptmerkmal ist "HLTVChat".

Erweiterungsscreenshots

screenshot

HLTVChat-Erweiterungs-CRX-Datei herunterladen

Laden Sie HLTVChat-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name HLTVChat HLTVChat
ID lacgnaacinhbponemblnjjelhfehmcmn
Offizielle URL https://chromewebstore.google.com/detail/hltvchat/lacgnaacinhbponemblnjjelhfehmcmn
Beschreibung HLTVChat
Dateigröße 225 KB
Installationsanzahl 319
Aktuelle Version 0.1.8
Letztes Update 2019-06-15
Veröffentlichungsdatum 2018-07-31
Bewertung 4.66/5 Insgesamt 38 Bewertungen
Entwickler support
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}