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
官方URL 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"
    ]
}