Discord Blocked Blocker
Hides the "Blocked" messages that appear in Discord's IM interface when a user whom you have blocked sends a message.
ما هو Discord Blocked Blocker؟
Discord Blocked Blocker هو إضافة Chrome تم تطويرها بواسطة http://schuhardt.net، والميزة الرئيسية لها هي "Hides the "Blocked" messages that appear in Discord's IM interface when a user whom you have blocked sends a message.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Discord Blocked Blocker
قم بتنزيل ملفات الامتداد Discord Blocked Blocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
ID | ppiplelhcflmhidelpnoipopdjniapbo |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/discord-blocked-blocker/ppiplelhcflmhidelpnoipopdjniapbo |
الوصف | Hides the "Blocked" messages that appear in Discord's IM interface when a user whom you have blocked sends a message. |
حجم الملف | 36.63 KB |
عدد التثبيتات | 410 |
النسخة الحالية | 1.5 |
آخر تحديث | 2020-08-01 |
تاريخ النشر | 2020-02-04 |
تقييم | 3.91/5 مجموع تقييمات 23 |
المطور | http://schuhardt.net |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/aschuhardt/Discord-Blocked-Blocker |
اللغات المدعومة | 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" } } |