Chat Notification Sound

Change the sound used for Google Chat notifications

Chat Notification Soundคืออะไร?

Chat Notification Sound เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Digital และคุณลักษณะหลักของมันคือ "Change the sound used for Google Chat notifications"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Chat Notification Sound ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A small chrome extension to change the default sound for Google Chat notifications. This package is not produced or endorsed by Google.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Chat Notification Sound Chat Notification Sound
ID ckojipbmepgbbfaokkeddacfljcbcgge
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/chat-notification-sound/ckojipbmepgbbfaokkeddacfljcbcgge
คำอธิบาย Change the sound used for Google Chat notifications
ขนาดไฟล์ 12.12 KB
จำนวนการติดตั้ง 447
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2021-04-20
วันที่เผยแพร่ 2021-04-20
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Digital
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chat Notification Sound",
    "description": "Change the sound used for Google Chat notifications",
    "version": "0.2",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 3,
    "action": {
        "default_popup": "settings.html"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "droplet",
                "enabled": true,
                "path": "rules\/droplet.json"
            },
            {
                "id": "just-maybe",
                "enabled": false,
                "path": "rules\/just-maybe.json"
            },
            {
                "id": "micro",
                "enabled": false,
                "path": "rules\/micro.json"
            },
            {
                "id": "small-tip",
                "enabled": false,
                "path": "rules\/small-tip.json"
            },
            {
                "id": "take-this",
                "enabled": false,
                "path": "rules\/take-this.json"
            },
            {
                "id": "disable",
                "enabled": false,
                "path": "rules\/disable.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/chat.google.com\/*",
        "*:\/\/ssl.gstatic.com\/*"
    ]
}