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.”。

擴展截圖

screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Discord Blocked Blocker Discord Blocked Blocker
ID ppiplelhcflmhidelpnoipopdjniapbo
官方網址 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"
    }
}