GitHub Downloader
Download single files from GitHub
What is GitHub Downloader?
GitHub Downloader is a Chrome extension developed by Titus, and its main feature is "Download single files from GitHub".
Extension Screenshots
Download GitHub Downloader Extension CRX File
Download GitHub Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Chrome extension that can be used to download single files from github.com repositories. If you find this useful and want to give me a beer. You can donate a couple of bucks via PayPal https://www.paypal.com/donate?hosted_button_id=UZHWVVR5YSZ5L
Extension Basic Information
Name | GitHub Downloader |
ID | jplmabjbdhggnlhndkdfciacklbjcfel |
Official URL | https://chromewebstore.google.com/detail/github-downloader/jplmabjbdhggnlhndkdfciacklbjcfel |
Description | Download single files from GitHub |
File Size | 140 KB |
Installation Count | 12,400 |
Current Version | 3.0 |
Last Updated | 2022-09-26 |
Publish Date | 2020-06-24 |
Rating | 3.96/5 Total 23 Ratings |
Developer | Titus |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Downloader", "description": "Download single files from GitHub", "version": "3.0", "permissions": [ "downloads" ], "host_permissions": [ "https:\/\/github.com\/*", "https:\/\/raw.githubusercontent.com\/*" ], "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "content.js" ] } ], "action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_title": "GitHub Downloader" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 3, "author": "Turbatu Dumitru Titus |