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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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