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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/*"
    ]
}