Hack.Chat Notifications

Adds desktop and sound notifications to hack.chat for mentions, whispers, and invites, warnings, and highlights messages to you.

Qu'est-ce que Hack.Chat Notifications ?

Hack.Chat Notifications est une extension Chrome développée par pines, et sa fonction principale est "Adds desktop and sound notifications to hack.chat for mentions, whispers, and invites, warnings, and highlights messages to you.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Hack.Chat Notifications

Téléchargez les fichiers d'extension Hack.Chat Notifications 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

                                            

Informations de Base sur l'Extension

Nom Hack.Chat Notifications Hack.Chat Notifications
ID jbgamigkfmdagfhgijmnhamjplfdnalm
URL Officiel https://chromewebstore.google.com/detail/hackchat-notifications/jbgamigkfmdagfhgijmnhamjplfdnalm
Description Adds desktop and sound notifications to hack.chat for mentions, whispers, and invites, warnings, and highlights messages to you.
Taille du Fichier 103 KB
Nombre d'Installations 52
Version Actuelle 1.5
Dernière Mise à Jour 2019-02-20
Date de Publication 2019-02-20
Développeur pines
Type de Paiement free
Site Web de l'Extension https://hack.chat/?programming
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hack.Chat Notifications",
    "version": "1.5",
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "description": "Adds desktop and sound notifications to hack.chat for mentions, whispers, and invites, warnings, and highlights messages to you.",
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "32": "icons\/favicon-32x32.png",
        "48": "icons\/favicon-48x48.png",
        "64": "icons\/favicon-64x64.png",
        "96": "icons\/favicon-96x96.png",
        "128": "icons\/favicon-128x128.png",
        "192": "icons\/favicon-192x192.png"
    },
    "permissions": [
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/hack.chat\/*",
                "http:\/\/hack.chat\/*"
            ],
            "js": [
                "content_scripts\/injectNotifier.js"
            ]
        }
    ],
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "16": "icons\/favicon-16x16.png",
            "32": "icons\/favicon-32x32.png",
            "48": "icons\/favicon-48x48.png",
            "64": "icons\/favicon-64x64.png",
            "96": "icons\/favicon-96x96.png",
            "128": "icons\/favicon-128x128.png",
            "192": "icons\/favicon-192x192.png"
        },
        "default_title": "Hack.Chat Notifications",
        "default_popup": "popup\/settings.html"
    },
    "web_accessible_resources": [
        "content_scripts\/injectNotifier.js",
        "content_scripts\/notify.js",
        "assets\/notify.ogg"
    ]
}