WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Contributors on Github

Contributors on Github

View on Chrome Web Store
View Contributors on Github Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (5 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.

Show Contributor Stats on Github
Type
Extension
Users
227 users
3
Henry Zhu
View author page of Henry Zhu
Published
Published on March 7, 2016
Version 25.4.17.0109
Manifest version
3
Updated
Updated on April 18, 2025
productivity/developer
Extension Category
View on Chrome Web Store
View Contributors on 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": "Contributors on Github",
    "description": "Show Contributor Stats on Github",
    "version": "25.4.17.0109",
    "short_name": "Stats on Github",
    "icons": {
        "128": "\/icon-128.png"
    },
    "homepage_url": "https:\/\/github.com\/hzoo\/contributors-on-github",
    "host_permissions": [
        "https:\/\/github.com\/*\/*",
        "https:\/\/api.github.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "minimum_chrome_version": "88",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "109.0"
        }
    },
    "action": {
        "default_icon": {
            "128": "\/icon-128.png"
        },
        "default_title": "Contributors on Github Settings"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "content-scripts\/content.js"
            ]
        }
    ]
}
© 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