Notifications for Teleparty

Adds sound and Chrome notifications to Teleparty

Was ist Notifications for Teleparty?

Notifications for Teleparty ist eine Chrome-Erweiterung, die von DFProductivity entwickelt wurde, und ihr Hauptmerkmal ist "Adds sound and Chrome notifications to Teleparty".

Erweiterungsscreenshots

screenshot

Notifications for Teleparty-Erweiterungs-CRX-Datei herunterladen

Laden Sie Notifications for Teleparty-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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"                    

Grundlegende Informationen zur Erweiterung

Name Notifications for Teleparty Notifications for Teleparty
ID pjdlhdppiojgfnolloojoaddjnclpmbl
Offizielle URL https://chromewebstore.google.com/detail/notifications-for-telepar/pjdlhdppiojgfnolloojoaddjnclpmbl
Beschreibung Adds sound and Chrome notifications to Teleparty
Dateigröße 7.01 KB
Installationsanzahl 78
Aktuelle Version 0.0.2
Letztes Update 2023-01-17
Veröffentlichungsdatum 2021-06-06
Entwickler DFProductivity
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}