GitHub Comment Hider Firefox

Examine source code of GitHub Comment Hider

作者: Erik
Inspect and view changes in GitHub Comment Hider source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GitHub Comment Hider",
  "version": "1.0.1",
  "description": "Hide comments from specific users on GitHub. Add multiple users to your hide list with easy management.",
  "browser_specific_settings": {
    "gecko": {
      "id": "github-comment-hider@example.com",
      "strict_min_version": "58.0"
    }
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "*://github.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://github.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_icon": {
      "48": "icons/icon-48.png"
    },
    "default_title": "GitHub Comment Hider",
    "default_popup": "popup.html"
  }
}

最佳 GitHub Comment Hider 替代方案

这里是一些与GitHub Comment Hider类似的Firefox add-on: