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.
Wat is Discord DM Hider?
Discord DM Hider is een Chrome-extensie ontwikkeld door lolsuffocate, en de belangrijkste functie is "Hides DM icons in the browser version of Discord. Does not block the sound but you can turn that off in Discord settings.".
Extensie Screenshots
Download het CRX-bestand van de extensie Discord DM Hider
Download Discord DM Hider-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | cmkbdgmbolkmfgoobmbkfojfhkgjlbbl |
Officiële URL | https://chromewebstore.google.com/detail/discord-dm-hider/cmkbdgmbolkmfgoobmbkfojfhkgjlbbl |
Beschrijving | Hides DM icons in the browser version of Discord. Does not block the sound but you can turn that off in Discord settings. |
Bestandsgrootte | 3.89 KB |
Aantal Installaties | 16 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-08-28 |
Publicatiedatum | 2021-08-28 |
Ontwikkelaar | lolsuffocate |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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": [] } |