Hack.Chat Notifications
Adds desktop and sound notifications to hack.chat for mentions, whispers, and invites, warnings, and highlights messages to you.
Cos'è Hack.Chat Notifications?
Hack.Chat Notifications è un'estensione di Chrome sviluppata da pines, e la sua funzione principale è "Adds desktop and sound notifications to hack.chat for mentions, whispers, and invites, warnings, and highlights messages to you.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hack.Chat Notifications
Scarica i file di estensione Hack.Chat Notifications in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | jbgamigkfmdagfhgijmnhamjplfdnalm |
| URL Ufficiale | https://chromewebstore.google.com/detail/hackchat-notifications/jbgamigkfmdagfhgijmnhamjplfdnalm |
| Descrizione | Adds desktop and sound notifications to hack.chat for mentions, whispers, and invites, warnings, and highlights messages to you. |
| Dimensione del File | 103 KB |
| Conteggio Installazioni | 52 |
| Versione Corrente | 1.5 |
| Ultimo Aggiornamento | 2019-02-20 |
| Data di Pubblicazione | 2019-02-20 |
| Sviluppatore | pines |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://hack.chat/?programming |
| Lingue Supportate | 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"
]
} | |