Discord Blocked Blocker
Hides the "Blocked" messages that appear in Discord's IM interface when a user whom you have blocked sends a message.
Apa itu Discord Blocked Blocker?
Discord Blocked Blocker adalah ekstensi Chrome yang dikembangkan oleh http://schuhardt.net, dan fitur utamanya adalah "Hides the "Blocked" messages that appear in Discord's IM interface when a user whom you have blocked sends a message.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Discord Blocked Blocker
Unduh file ekstensi Discord Blocked Blocker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | ppiplelhcflmhidelpnoipopdjniapbo |
URL Resmi | https://chrome.google.com/webstore/detail/discord-blocked-blocker/ppiplelhcflmhidelpnoipopdjniapbo |
Deskripsi | Hides the "Blocked" messages that appear in Discord's IM interface when a user whom you have blocked sends a message. |
Ukuran File | 36.63 KB |
Jumlah Instalasi | 410 |
Versi Saat Ini | 1.5 |
Terakhir Diperbarui | 2020-08-01 |
Tanggal Publikasi | 2020-02-04 |
Penilaian | 3.91/5 Total 23 Penilaian |
Pengembang | http://schuhardt.net |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/aschuhardt/Discord-Blocked-Blocker |
Bahasa yang Didukung | 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" } } |