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

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

확장 프로그램 사용 설명서

                        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
이메일 [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
}