隐藏知乎私信红色角标

As the name indicates, I hide the red message badge on Zhihu.com

隐藏知乎私信红色角标란 무엇입니까?

隐藏知乎私信红色角标은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "As the name indicates, I hide the red message badge on Zhihu.com"입니다.

확장 프로그램 스크린샷

screenshot

隐藏知乎私信红色角标 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        作为一个普通知乎网页读者,我从不跟人吵架,也不靠知乎交朋友。
但是我还是总收到私信,都是知乎的广告!
愤怒的我只得写个小扩展,把丫屏蔽了,换个耳根清静。
对了我顺便还把标题里的 “X封私信” 文案移除了。
这个扩展只有3行代码,且开源,保证安全。请放心使用。                    

확장 프로그램 기본 정보

이름 隐藏知乎私信红色角标 隐藏知乎私信红色角标
ID hlllfdochodipcnajoginfplhnanajma
공식 URL https://chromewebstore.google.com/detail/%E9%9A%90%E8%97%8F%E7%9F%A5%E4%B9%8E%E7%A7%81%E4%BF%A1%E7%BA%A2%E8%89%B2%E8%A7%92%E6%A0%87/hlllfdochodipcnajoginfplhnanajma
설명 As the name indicates, I hide the red message badge on Zhihu.com
파일 크기 15.94 KB
설치 횟수 60
현재 버전 0.1.3
최근 업데이트 2020-05-30
출시 날짜 2020-05-30
평점 4.80/5 총 5 개의 평점
개발자 Unknown
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/EonYang/HideZhihuMessageBadge
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u9690\u85cf\u77e5\u4e4e\u79c1\u4fe1\u7ea2\u8272\u89d2\u6807",
    "version": "0.1.3",
    "description": "As the name indicates, I hide the red message badge on Zhihu.com",
    "content_scripts": [
        {
            "js": [
                "index.js"
            ],
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/*.zhihu.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/[email protected]",
        "32": "icons\/[email protected]",
        "48": "icons\/[email protected]",
        "128": "icons\/[email protected]"
    }
}