WebExtension.net
Toggle dark mode
WebExtension.net

Enhanced GitHub

View on Chrome Web Store
View Enhanced GitHub Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (59 ratings)
90 views
This extension has been viewed 90 times

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

Display repo size, size of each file, download link and option to copy file contents
Type
Extension
Users
40,000 users
10K
Varun Malhotra
View author page of Varun Malhotra
Featured Extension

Hand-picked for quality and usefulness

Published
Published on August 11, 2016
Version 6.0.0
Manifest version
3
Updated
Updated on June 3, 2024
productivity/developer
Extension Category
View on Chrome Web Store
View Enhanced 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",
    "name": "Enhanced GitHub",
    "short_name": "Enhanced GitHub",
    "version": "6.0.0",
    "manifest_version": 3,
    "description": "Display repo size, size of each file, download link and option to copy file contents",
    "homepage_url": "https:\/\/github.com\/softvar\/enhanced-github",
    "author": "Varun Malhotra",
    "icons": {
        "16": "icons\/enhanced-github16.png",
        "48": "icons\/enhanced-github48.png",
        "128": "icons\/enhanced-github128.png"
    },
    "action": {
        "default_icon": "icons\/enhanced-github48.png",
        "default_popup": "popup.html",
        "default_title": "Enhanced GitHub"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webNavigation"
    ],
    "host_permissions": [
        "*:\/\/*.github.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.github.com\/*"
            ],
            "js": [
                "src\/inject.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 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