Notifications for Teleparty

Adds sound and Chrome notifications to Teleparty

¿Qué es Notifications for Teleparty?

Notifications for Teleparty es una extensión de Chrome desarrollada por DFProductivity, y su función principal es "Adds sound and Chrome notifications to Teleparty".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Notifications for Teleparty

Descarga archivos de extensión Notifications for Teleparty en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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"                    

Información Básica de la Extensión

Nombre Notifications for Teleparty Notifications for Teleparty
ID pjdlhdppiojgfnolloojoaddjnclpmbl
URL Oficial https://chromewebstore.google.com/detail/notifications-for-telepar/pjdlhdppiojgfnolloojoaddjnclpmbl
Descripción Adds sound and Chrome notifications to Teleparty
Tamaño del Archivo 7.01 KB
Cantidad de Instalaciones 78
Versión Actual 0.0.2
Última Actualización 2023-01-17
Fecha de Publicación 2021-06-06
Desarrollador DFProductivity
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
}