Notifications for Teleparty

Adds sound and Chrome notifications to Teleparty

Apa itu Notifications for Teleparty?

Notifications for Teleparty adalah ekstensi Chrome yang dikembangkan oleh DFProductivity, dan fitur utamanya adalah "Adds sound and Chrome notifications to Teleparty".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Notifications for Teleparty

Unduh file ekstensi Notifications for Teleparty dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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"                    

Informasi Dasar Ekstensi

Nama Notifications for Teleparty Notifications for Teleparty
ID pjdlhdppiojgfnolloojoaddjnclpmbl
URL Resmi https://chromewebstore.google.com/detail/notifications-for-telepar/pjdlhdppiojgfnolloojoaddjnclpmbl
Deskripsi Adds sound and Chrome notifications to Teleparty
Ukuran File 7.01 KB
Jumlah Instalasi 78
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2023-01-17
Tanggal Publikasi 2021-06-06
Pengembang DFProductivity
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
}