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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
        }
    ]
}