Discord DM Hider

Hides DM icons in the browser version of Discord. Does not block the sound but you can turn that off in Discord settings.

Discord DM Hider क्या है?

Discord DM Hider lolsuffocate द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hides DM icons in the browser version of Discord. Does not block the sound but you can turn that off in Discord settings."।

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

screenshot

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

crx प्रारूप में Discord DM Hider एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A small extension to hide DM icons from the sidebar in Discord. Useful for streamers or work where other users with NSFW profile pics are a concern. 

NOTE: This does not block the notification sound for new messages, however these can be turned off in Discord's own settings.                    

एक्सटेंशन की मूल जानकारी

नाम Discord DM Hider Discord DM Hider
ID cmkbdgmbolkmfgoobmbkfojfhkgjlbbl
आधिकारिक URL https://chromewebstore.google.com/detail/discord-dm-hider/cmkbdgmbolkmfgoobmbkfojfhkgjlbbl
विवरण Hides DM icons in the browser version of Discord. Does not block the sound but you can turn that off in Discord settings.
फ़ाइल का आकार 3.89 KB
स्थापना संख्या 16
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-08-28
प्रकाशन तिथि 2021-08-28
डेवलपर lolsuffocate
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Discord DM Hider",
    "description": "Hides DM icons in the browser version of Discord. Does not block the sound but you can turn that off in Discord settings.",
    "version": "1.0",
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_matches": [
                "*:\/\/*.discord.com\/*.html",
                "*:\/\/*.discord.com\/*.html?*",
                "*:\/\/*.discord.com\/*.htm",
                "*:\/\/*.discord.com\/*.htm?*"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.discord.com\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": []
}