Hack.Chat Notifications

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

Co to jest Hack.Chat Notifications?

Hack.Chat Notifications to rozszerzenie Chrome opracowane przez pines, a jego główną funkcją jest „Adds desktop and sound notifications to hack.chat for mentions, whispers, and invites, warnings, and highlights messages to you.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Hack.Chat Notifications

Pobierz pliki rozszerzeń Hack.Chat Notifications w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Hack.Chat Notifications Hack.Chat Notifications
ID jbgamigkfmdagfhgijmnhamjplfdnalm
Oficjalny URL https://chromewebstore.google.com/detail/hackchat-notifications/jbgamigkfmdagfhgijmnhamjplfdnalm
Opis Adds desktop and sound notifications to hack.chat for mentions, whispers, and invites, warnings, and highlights messages to you.
Rozmiar pliku 103 KB
Liczba instalacji 52
Aktualna Wersja 1.5
Ostatnia Aktualizacja 2019-02-20
Data Publikacji 2019-02-20
Deweloper pines
Typ Płatności free
Strona Rozszerzenia https://hack.chat/?programming
Obsługiwane Języki 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"
    ]
}