Chat Notification Sound

Change the sound used for Google Chat notifications

Chat Notification Sound क्या है?

Chat Notification Sound Digital द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change the sound used for Google Chat notifications"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Chat Notification Sound एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}