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.
Was ist Discord DM Hider?
Discord DM Hider ist eine Chrome-Erweiterung, die von lolsuffocate entwickelt wurde, und ihr Hauptmerkmal ist "Hides DM icons in the browser version of Discord. Does not block the sound but you can turn that off in Discord settings.".
Erweiterungsscreenshots
Discord DM Hider-Erweiterungs-CRX-Datei herunterladen
Laden Sie Discord DM Hider-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | cmkbdgmbolkmfgoobmbkfojfhkgjlbbl |
Offizielle URL | https://chromewebstore.google.com/detail/discord-dm-hider/cmkbdgmbolkmfgoobmbkfojfhkgjlbbl |
Beschreibung | Hides DM icons in the browser version of Discord. Does not block the sound but you can turn that off in Discord settings. |
Dateigröße | 3.89 KB |
Installationsanzahl | 16 |
Aktuelle Version | 1.0 |
Letztes Update | 2021-08-28 |
Veröffentlichungsdatum | 2021-08-28 |
Entwickler | lolsuffocate |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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": [] } |