Notifications for Teleparty
Adds sound and Chrome notifications to Teleparty
Qu'est-ce que Notifications for Teleparty ?
Notifications for Teleparty est une extension Chrome développée par DFProductivity, et sa fonction principale est "Adds sound and Chrome notifications to Teleparty".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Notifications for Teleparty
Téléchargez les fichiers d'extension Notifications for Teleparty au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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"
Informations de Base sur l'Extension
Nom | |
ID | pjdlhdppiojgfnolloojoaddjnclpmbl |
URL Officiel | https://chromewebstore.google.com/detail/notifications-for-telepar/pjdlhdppiojgfnolloojoaddjnclpmbl |
Description | Adds sound and Chrome notifications to Teleparty |
Taille du Fichier | 7.01 KB |
Nombre d'Installations | 78 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2023-01-17 |
Date de Publication | 2021-06-06 |
Développeur | DFProductivity |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |