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
官方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"
}