NotifiCat

Let you know, if you got comment on Twitch, Youtube from audience. You don't need to set up complex tools anymore

NotifiCatとは何ですか?

NotifiCatはNeuweLLによって開発されたChromeの拡張機能で、その主な機能は「Let you know, if you got comment on Twitch, Youtube from audience. You don't need to set up complex tools anymore」です。

拡張機能のスクリーンショット

screenshot

NotifiCat拡張機能のCRXファイルをダウンロード

NotifiCat拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension let you know by sound, if you get comment on your live stream.

features
- Notification by sound
- Adjust volume

meno
- If you have some troubles, reload your browser page. It will be better soon.

release note:
version 1.1.0
- Added to Exclusion list

version 1.0.0
- New sounds are available.
- Migrating to "Manifest V3"

version 0.3.0
- bug fix

version 0.2.0
- Switch sound from the options
- Add sound preview

version 0.1.0
- Notification sound, when you got comment
- Adjust volume                    

拡張機能の基本情報

名前 NotifiCat NotifiCat
ID fplgkbgpmlpclcfgkilbidkcelnmjkoa
公式URL https://chromewebstore.google.com/detail/notificat/fplgkbgpmlpclcfgkilbidkcelnmjkoa
説明 Let you know, if you got comment on Twitch, Youtube from audience. You don't need to set up complex tools anymore
ファイルサイズ 234 KB
インストール数 2,000
現在のバージョン 1.1.0
最終更新日 2022-09-17
公開日 2020-12-31
評価 4.25/5 合計 4 レビュー
開発者 NeuweLL
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://twitter.com/neuwell
対応言語 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.1.0",
    "default_locale": "en",
    "author": "neuwell",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/dashboard.twitch.tv\/u\/*",
        "https:\/\/studio.youtube.com\/video\/*\/livestreaming"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/studio.youtube.com\/video\/*\/livestreaming*",
                "*:\/\/studio.youtube.com\/live_chat*",
                "*:\/\/dashboard.twitch.tv\/u\/*\/stream-manager*",
                "*:\/\/dashboard.twitch.tv\/popout\/u\/*\/stream-manager\/chat*"
            ],
            "js": [
                "js\/setting-sounds.js",
                "js\/script.js"
            ]
        }
    ],
    "action": {
        "default_title": "\u30dd\u30c3\u30d7\u30a2\u30c3\u30d7",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "sound\/*"
            ],
            "matches": [
                "https:\/\/studio.youtube.com\/*",
                "https:\/\/dashboard.twitch.tv\/*"
            ]
        }
    ],
    "manifest_version": 3
}