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
Eメール [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"
}