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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 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"
    ]
}