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"
]
}
]
} Mejores alternativas GitHub Blind Reviews
Aquí hay algunas Firefox add-ons que son similares a GitHub Blind Reviews:
Blind Code Reviews
Tomislav Jovanovic
github-hide-review-comments
Daniel Huth
Hide GitHub Reactions
Creepy Skeleton
github hide banner
Jitendra Joshi
Agent Blame
Murali
GitHub Real Name Resolver
Nate T
GitHub Live PRs
xmmarcotte
PR Code Reviewer
azzy
Auto-Hide GitHub Whitespace
Jonathan Roitgrund
GitHub Comment Hider
Erik