WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
GitHub File Uploader

GitHub File Uploader

View on Chrome Web Store
View GitHub File Uploader Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
14 views
This extension has been viewed 14 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.

Upload files to GitHub, manage repositories, change visibility, and create pull requests with drag-and-drop interface
Type
Extension
Users
33 users
2
imubashirhassan
View author page of imubashirhassan
Published
Published on September 23, 2025
Version 1.3.1
Manifest version
3
Updated
Updated on October 7, 2025
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View GitHub File Uploader 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": "GitHub File Uploader",
    "version": "1.3.1",
    "description": "Upload files to GitHub, manage repositories, change visibility, and create pull requests with drag-and-drop interface",
    "author": "GitHub Uploader Extension",
    "permissions": [
        "storage",
        "identity",
        "tabs",
        "activeTab",
        "webRequest",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/api.github.com\/*",
        "https:\/\/github.com\/*"
    ],
    "background": {
        "service_worker": "js\/background-improved.js"
    },
    "action": {
        "default_popup": "popup-improved.html",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png"
        },
        "default_title": "GitHub File Uploader"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "js\/*",
                "icons\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}
© 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