Notifications for Teleparty

Adds sound and Chrome notifications to Teleparty

Vad är Notifications for Teleparty?

Notifications for Teleparty är en Chrome-tillägg utvecklad av DFProductivity, och dess huvudfunktion är "Adds sound and Chrome notifications to Teleparty".

Tilläggsskärmbilder

screenshot

Ladda ner Notifications for Teleparty-förlängningens CRX-fil

Ladda ner Notifications for Teleparty-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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"                    

Grundläggande Information om Tillägg

Namn Notifications for Teleparty Notifications for Teleparty
ID pjdlhdppiojgfnolloojoaddjnclpmbl
Officiell webbadress https://chromewebstore.google.com/detail/notifications-for-telepar/pjdlhdppiojgfnolloojoaddjnclpmbl
Beskrivning Adds sound and Chrome notifications to Teleparty
Filstorlek 7.01 KB
Antal Installationer 78
Aktuell Version 0.0.2
Senast Uppdaterad 2023-01-17
Publiceringsdatum 2021-06-06
Utvecklare DFProductivity
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}