Hack.Chat Notifications

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

什麼是Hack.Chat Notifications?

Hack.Chat Notifications是由pines開發的Chrome擴展程式,該擴展的主要功能是“Adds desktop and sound notifications to hack.chat for mentions, whispers, and invites, warnings, and highlights messages to you.”。

擴展截圖

screenshot

下載Hack.Chat Notifications擴展crx文件

下載Hack.Chat Notifications擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 Hack.Chat Notifications Hack.Chat Notifications
ID jbgamigkfmdagfhgijmnhamjplfdnalm
官方網址 https://chromewebstore.google.com/detail/hackchat-notifications/jbgamigkfmdagfhgijmnhamjplfdnalm
簡介 Adds desktop and sound notifications to hack.chat for mentions, whispers, and invites, warnings, and highlights messages to you.
檔案大小 103 KB
安裝次數 52
目前版本 1.5
更新時間 2019-02-20
上架時間 2019-02-20
開發者 pines
付費類型 free
擴展官網 https://hack.chat/?programming
支援的語言 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"
    ]
}