Notifications for Teleparty
Adds sound and Chrome notifications to Teleparty
Wat is Notifications for Teleparty?
Notifications for Teleparty is een Chrome-extensie ontwikkeld door DFProductivity, en de belangrijkste functie is "Adds sound and Chrome notifications to Teleparty".
Extensie Screenshots
Download het CRX-bestand van de extensie Notifications for Teleparty
Download Notifications for Teleparty-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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"
Basisinformatie over de Extensie
Naam | |
ID | pjdlhdppiojgfnolloojoaddjnclpmbl |
Officiële URL | https://chromewebstore.google.com/detail/notifications-for-telepar/pjdlhdppiojgfnolloojoaddjnclpmbl |
Beschrijving | Adds sound and Chrome notifications to Teleparty |
Bestandsgrootte | 7.01 KB |
Aantal Installaties | 78 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2023-01-17 |
Publicatiedatum | 2021-06-06 |
Ontwikkelaar | DFProductivity |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |