Hide Blocked Messages on Discord

Easily hide and show the "1 Blocked Messages" text that appears when you block someone on Discord with a click of a button.

什么是Hide Blocked Messages on Discord?

Hide Blocked Messages on Discord是由BoxedFruits开发的Chrome扩展程序,该扩展的主要功能是“Easily hide and show the "1 Blocked Messages" text that appears when you block someone on Discord with a click of a button.”。

扩展截图

screenshot

下载Hide Blocked Messages on Discord扩展crx文件

下载Hide Blocked Messages on Discord扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Tired of seeing the "1 Blocked Messages" message on Discord when you blocked someone? You blocked them for a reason, and you don't intend to read their messages anymore but seeing you are still tempted to read click on the blocked message. Or maybe you are just sick of seeing that message.

With this extension, you are able to toggle the "1 Blocked Message" that appears when you block someone on Discord.                    

扩展基本信息

名称 Hide Blocked Messages on Discord Hide Blocked Messages on Discord
ID ogpfnafglealngcpbnafcpcbolipmjmn
官方URL https://chromewebstore.google.com/detail/hide-blocked-messages-on/ogpfnafglealngcpbnafcpcbolipmjmn
简介 Easily hide and show the "1 Blocked Messages" text that appears when you block someone on Discord with a click of a button.
文件大小 57.3 KB
安装次数 195
当前版本 1.0.4
更新时间 2023-09-10
上架时间 2023-09-07
评分 4.20/5 共5次评分
开发者 BoxedFruits
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide Blocked Messages on Discord",
    "description": "Easily hide and show the \"1 Blocked Messages\" text that appears when you block someone on Discord with a click of a button.",
    "version": "1.0.4",
    "action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "icons": {
        "48": "src\/icons8-discord-48.png",
        "128": "src\/icons8-discord-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.content.tsx.6b109dd7.136e9e30.js"
            ],
            "matches": [
                "https:\/\/discord.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/discord.com\/*"
            ],
            "resources": [
                "assets\/content.tsx.6b109dd7.js"
            ],
            "use_dynamic_url": true
        }
    ]
}