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ファイルをダウンロード
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 |
Eメール | [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" } } |