Discord Blocked Blocker
Hides the "Blocked" messages that appear in Discord's IM interface when a user whom you have blocked sends a message.
Hvad er Discord Blocked Blocker?
Discord Blocked Blocker er en Chrome-udvidelse udviklet af http://schuhardt.net, og dens hovedfunktion er "Hides the "Blocked" messages that appear in Discord's IM interface when a user whom you have blocked sends a message.".
Udvidelsesskærmbilleder
Download Discord Blocked Blocker-udvidelses-CRX-fil
Download Discord Blocked Blocker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
I created this extension after finding myself frustrated by Discord's "Block User" functionality. The purpose of this tool is to completely hide the annoying "Blocked Message" messages that appear in IM when a blocked user says something. Peace and quiet. Source code (MIT Licensed) for this extension can be found here: https://github.com/aschuhardt/Discord-Blocked-Blocker.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ppiplelhcflmhidelpnoipopdjniapbo |
Officiel URL | https://chrome.google.com/webstore/detail/discord-blocked-blocker/ppiplelhcflmhidelpnoipopdjniapbo |
Beskrivelse | Hides the "Blocked" messages that appear in Discord's IM interface when a user whom you have blocked sends a message. |
Filstørrelse | 36.63 KB |
Antal Installationer | 410 |
Nuværende Version | 1.5 |
Senest Opdateret | 2020-08-01 |
Udgivelsesdato | 2020-02-04 |
Bedømmelse | 3.91/5 Samlet 23 Bedømmelser |
Udvikler | http://schuhardt.net |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/aschuhardt/Discord-Blocked-Blocker |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Discord Blocked Blocker", "version": "1.5", "description": "Hides the \"Blocked\" messages that appear in Discord's IM interface when a user whom you have blocked sends a message.", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/discord.com\/*" ], "css": [ "hideBlockedDiscordUsers.css" ] } ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |