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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |