Notifications for Teleparty
Adds sound and Chrome notifications to Teleparty
O que é Notifications for Teleparty?
Notifications for Teleparty é uma extensão do Chrome desenvolvida por DFProductivity, e sua principal característica é "Adds sound and Chrome notifications to Teleparty".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Notifications for Teleparty
Baixe arquivos de extensão Notifications for Teleparty no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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"
Informações Básicas da Extensão
Nome | |
ID | pjdlhdppiojgfnolloojoaddjnclpmbl |
URL Oficial | https://chromewebstore.google.com/detail/notifications-for-telepar/pjdlhdppiojgfnolloojoaddjnclpmbl |
Descrição | Adds sound and Chrome notifications to Teleparty |
Tamanho do Arquivo | 7.01 KB |
Contagem de Instalações | 78 |
Versão Atual | 0.0.2 |
Última Atualização | 2023-01-17 |
Data de Publicação | 2021-06-06 |
Desenvolvedor | DFProductivity |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |