WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Better GitHub

Better GitHub

View on Chrome Web Store
View Better GitHub Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
1 new 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.

Tweaks for GitHub.com
Type
Extension
Users
12 users
2
Joaquin Windmuller (@joaquin_win)
View author page of Joaquin Windmuller (@joaquin_win)
Published
Published on January 11, 2024
Version 0.0.18
Manifest version
3
Updated
Updated on January 31, 2025
productivity/developer
Extension Category
View on Chrome Web Store
View Better GitHub 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",
    "manifest_version": 3,
    "name": "Better GitHub",
    "version": "0.0.18",
    "description": "Tweaks for GitHub.com",
    "host_permissions": [
        "*:\/\/github.com\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon48.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "commands": {
        "Expand All Hidden Items": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            },
            "description": "Expand all hidden history items in issue. #path:^.*\/issues\/.*$"
        },
        "Hide All Commits From Issue": {
            "suggested_key": {
                "default": "Ctrl+Shift+H",
                "mac": "Command+Shift+H"
            },
            "description": "Hide all commit items in issue history. #path:^.*\/issues\/.*$"
        },
        "Generate List of Pending PRs": {
            "description": "Generate a list of pending PRs ahead of this PR. #path:^.*\/pull\/\\d+\/commits\/?$"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "lib.js",
                "pages\/issues.js",
                "pages\/prs.js",
                "index.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "options_ui": {
        "page": "options\/options.html"
    },
    "permissions": [
        "storage"
    ]
}
© 2025 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