Notifications for Teleparty

Adds sound and Chrome notifications to Teleparty

Τι είναι το Notifications for Teleparty;

Το Notifications for Teleparty είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον DFProductivity, και η κύρια λειτουργία του είναι "Adds sound and Chrome notifications to Teleparty".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Notifications for Teleparty

Λήψη αρχείων επέκτασης Notifications for Teleparty σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Notifications for Teleparty Notifications for Teleparty
ID pjdlhdppiojgfnolloojoaddjnclpmbl
Επίσημο URL https://chromewebstore.google.com/detail/notifications-for-telepar/pjdlhdppiojgfnolloojoaddjnclpmbl
Περιγραφή Adds sound and Chrome notifications to Teleparty
Μέγεθος Αρχείου 7.01 KB
Αριθμός Εγκαταστάσεων 78
Τρέχουσα Έκδοση 0.0.2
Τελευταία Ενημέρωση 2023-01-17
Ημερομηνία Δημοσίευσης 2021-06-06
Προγραμματιστής DFProductivity
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
}