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은(는) http://schuhardt.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hides the "Blocked" messages that appear in Discord's IM interface when a user whom you have blocked sends a message."입니다.
확장 프로그램 스크린샷
Discord Blocked Blocker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } } |