Notifications for Teleparty

Adds sound and Chrome notifications to Teleparty

Notifications for Teleparty là gì?

Notifications for Teleparty là một tiện ích mở rộng Chrome được phát triển bởi DFProductivity, và tính năng chính của nó là "Adds sound and Chrome notifications to Teleparty".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Notifications for Teleparty

Tải xuống các tệp mở rộng Notifications for Teleparty dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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"                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Notifications for Teleparty Notifications for Teleparty
ID pjdlhdppiojgfnolloojoaddjnclpmbl
URL Chính Thức https://chromewebstore.google.com/detail/notifications-for-telepar/pjdlhdppiojgfnolloojoaddjnclpmbl
Mô tả Adds sound and Chrome notifications to Teleparty
Kích Thước Tệp 7.01 KB
Số Lần Cài Đặt 78
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2023-01-17
Ngày Phát Hành 2021-06-06
Nhà Phát Triển DFProductivity
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}