Notifications for Teleparty

Adds sound and Chrome notifications to Teleparty

什麼是Notifications for Teleparty?

Notifications for Teleparty是由DFProductivity開發的Chrome擴展程式,該擴展的主要功能是“Adds sound and Chrome notifications to Teleparty”。

擴展截圖

screenshot

下載Notifications for Teleparty擴展crx文件

下載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
官方網址 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"
}