Notifications for Teleparty
Adds sound and Chrome notifications to Teleparty
Notifications for Teleparty क्या है?
Notifications for Teleparty DFProductivity द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds sound and Chrome notifications to Teleparty"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Notifications for Teleparty एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Plays a sound and displays a notification in the top right of your screen whenever a new message is posted in the Teleparty chat. This requires the Teleparty extension to be installed separately. *Important* You must allow Notifications for Netflix.com in order for this extension to work. To do this, go into Chrome Settings > Privacy and security > Site Settings > Notifications > Click Add next to Allow > Type in "https://redirect.teleparty.com:443"
एक्सटेंशन की मूल जानकारी
नाम | |
ID | pjdlhdppiojgfnolloojoaddjnclpmbl |
आधिकारिक URL | https://chromewebstore.google.com/detail/notifications-for-telepar/pjdlhdppiojgfnolloojoaddjnclpmbl |
विवरण | Adds sound and Chrome notifications to Teleparty |
फ़ाइल का आकार | 7.01 KB |
स्थापना संख्या | 78 |
वर्तमान संस्करण | 0.0.2 |
अंतिम अपडेट | 2023-01-17 |
प्रकाशन तिथि | 2021-06-06 |
डेवलपर | DFProductivity |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "background.js" ], "matches": [ "https:\/\/redirect.teleparty.com\/*" ], "all_frames": true } ], "description": "Adds sound and Chrome notifications to Teleparty", "icons": { "128": "icon128.png" }, "manifest_version": 3, "name": "Notifications for Teleparty", "version": "0.0.2" } |