隐藏知乎私信红色角标

隐藏知乎私信红色角标

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "隐藏知乎私信红色角标",
  "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]"
  }
}