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 là gì?
Discord Blocked Blocker là một tiện ích mở rộng Chrome được phát triển bởi http://schuhardt.net, và tính năng chính của nó là "Hides the "Blocked" messages that appear in Discord's IM interface when a user whom you have blocked sends a message.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Discord Blocked Blocker
Tải xuống các tệp mở rộng Discord Blocked Blocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ppiplelhcflmhidelpnoipopdjniapbo |
URL Chính Thức | https://chrome.google.com/webstore/detail/discord-blocked-blocker/ppiplelhcflmhidelpnoipopdjniapbo |
Mô tả | Hides the "Blocked" messages that appear in Discord's IM interface when a user whom you have blocked sends a message. |
Kích Thước Tệp | 36.63 KB |
Số Lần Cài Đặt | 410 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2020-08-01 |
Ngày Phát Hành | 2020-02-04 |
Đánh Giá | 3.91/5 Tổng số 23 Đánh Giá |
Nhà Phát Triển | http://schuhardt.net |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/aschuhardt/Discord-Blocked-Blocker |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |