HLTVChat

HLTVChat

Qu'est-ce que HLTVChat ?

HLTVChat est une extension Chrome développée par support, et sa fonction principale est "HLTVChat".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension HLTVChat

Téléchargez les fichiers d'extension HLTVChat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom HLTVChat HLTVChat
ID lacgnaacinhbponemblnjjelhfehmcmn
URL Officiel https://chromewebstore.google.com/detail/hltvchat/lacgnaacinhbponemblnjjelhfehmcmn
Description HLTVChat
Taille du Fichier 225 KB
Nombre d'Installations 319
Version Actuelle 0.1.8
Dernière Mise à Jour 2019-06-15
Date de Publication 2018-07-31
Évaluation 4.66/5 Total 38 Évaluations
Développeur support
Type de Paiement free
Langues Prises en Charge 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"
    ]
}