GitHub Blind Reviews Firefox

Examine source code of GitHub Blind Reviews

Por: mrganser
Inspect and view changes in GitHub Blind Reviews source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GitHub Blind Reviews",
  "description": "Hide user names and avatars on GitHub pull requests, issues, comments, and commits to reduce review bias.",
  "version": "1.0.6",
  "icons": {
    "16": "/icons/icon16.png",
    "48": "/icons/icon48.png",
    "128": "/icons/icon128.png"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://github.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "gh-blind-reviews@mrganser",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "action": {
    "default_icon": {
      "16": "/icons/icon16.png",
      "48": "/icons/icon48.png",
      "128": "/icons/icon128.png"
    },
    "default_title": "GitHub Blind Reviews",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "run_at": "document_start",
      "css": [
        "content-scripts/github.css"
      ],
      "js": [
        "content-scripts/github.js"
      ]
    }
  ]
}

Melhores alternativas GitHub Blind Reviews

Aqui estão algumas Firefox add-ons que são similares a GitHub Blind Reviews: