WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
GitHub comment minimizer

GitHub comment minimizer

View on Chrome Web Store
View GitHub comment minimizer Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (3 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

If several bots fight for attention in your GitHub pull requests, this will hide old bot comments visually in your timeline.
Type
Extension
Users
34 users
1
PatridgeDev
View author page of PatridgeDev
Published
Published on February 18, 2020
Version 0.5.0
Manifest version
3
Updated
Updated on November 7, 2021
productivity/workflow
Extension Category
View on Chrome Web Store
View GitHub comment minimizer Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub comment minimizer",
    "short_name": "GHMinimizer",
    "description": "If several bots fight for attention in your GitHub pull requests, this will hide old bot comments visually in your timeline.",
    "version": "0.5.0",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*\/pull\/*"
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "js": [
                "comment-visibility.js"
            ]
        }
    ],
    "action": {
        "default_popup": "extension-popup.html",
        "default_icon": {
            "16": "images\/github-comment-minimizer-icon16.png",
            "32": "images\/github-comment-minimizer-icon32.png",
            "48": "images\/github-comment-minimizer-icon48.png",
            "128": "images\/github-comment-minimizer-icon128.png"
        }
    },
    "icons": {
        "16": "images\/github-comment-minimizer-icon16.png",
        "32": "images\/github-comment-minimizer-icon32.png",
        "48": "images\/github-comment-minimizer-icon48.png",
        "128": "images\/github-comment-minimizer-icon128.png"
    },
    "manifest_version": 3
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top