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
Eメール [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
        }
    ]
}