WebExtension.net
Toggle dark mode
WebExtension.net

GitHub Directory Download

View on Chrome Web Store
View GitHub Directory Download Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (3 ratings)
0 views
This extension has been viewed 0 times

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

Download directories, files from Github with one click.
Type
Extension
Users
640 users
4
Website code4you.net
HelloWorld
View author page of HelloWorld
Published
Published on April 22, 2024
Version 0.1.0
Manifest version
3
Updated
Updated on February 23, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View GitHub Directory Download 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 Directory Download",
    "description": "Download directories, files from Github with one click.",
    "version": "0.1.0",
    "manifest_version": 3,
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "96": "icon\/96.png",
        "128": "icon\/128.png"
    },
    "action": {
        "default_popup": "src\/popup\/index.html"
    },
    "background": {
        "service_worker": "src\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "src\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "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