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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds desktop and sound notifications to hack.chat for mentions, whispers, and invites, warnings, and highlights messages to you."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hack.Chat Notifications एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } |