gcarq/inoxunpack — explained in plain English
Analysis updated 2026-07-14 · repo last pushed 2018-08-04
Download Chrome extensions for offline installation on machines without internet access.
Inspect an extension's files before installing it to check for suspicious code.
Grab popular extensions like uBlock Origin by name without looking up their IDs.
Manage extensions outside the normal Chrome Web Store installation flow.
| gcarq/inoxunpack | tomribbens/factorios | gnipbao/whiteboard-video-engine | |
|---|---|---|---|
| Stars | 36 | 36 | 35 |
| Language | Python | Python | Python |
| Last pushed | 2018-08-04 | — | — |
| Maintenance | Dormant | — | — |
| Setup difficulty | easy | hard | moderate |
| Complexity | 2/5 | 4/5 | 3/5 |
| Audience | developer | ops devops | vibe coder |
Figures from each repo's GitHub metadata at analysis time.
Requires Python installed and basic familiarity with the terminal.
Inoxunpack is a small command-line tool that downloads browser extensions from the Chrome Web Store and saves them as unpacked folders on your computer. The main benefit is that it lets you install extensions completely offline, or inspect and modify an extension's files before loading it into your browser. You run it from a terminal by passing the name or ID of an extension you want. It fetches the extension package from the Web Store and unpacks it into a normal directory. From there, you open Chrome's extensions page, enable Developer mode, and use "Load unpacked extension" to point at that directory. The README includes step-by-step instructions for that part. The tool comes with a handful of built-in presets for popular extensions like uBlock Origin, HTTPS Everywhere, and Postman, so you can grab those by name without looking up their IDs. You can also specify any other extension by its ID and choose where on your computer the files get saved. This is useful for anyone who wants to run Chrome extensions without a live internet connection, audit what an extension actually contains before installing it, or manage extensions outside the normal Web Store flow. It's written in Python and kept deliberately simple, the README doesn't go into much detail beyond the basic usage and install steps.
A command-line tool that downloads Chrome extensions from the Web Store and saves them as unpacked folders, letting you install or inspect extensions offline.
Mainly Python. The stack also includes Python.
Dormant — no commits in 2+ years (last push 2018-08-04).
The explanation does not mention the license, so it is unclear what permissions apply.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.