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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NeuweLL และคุณลักษณะหลักของมันคือ "Let you know, if you got comment on Twitch, Youtube from audience. You don't need to set up complex tools anymore"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NotifiCat

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
}