A truly user-focused, fast, and hassle-free mass downloader for your browser. Designed to be lean, intuitive, and free of clutter, Gimme That! ! puts downloading in your hands—no distractions, just efficient downloading.
Gimme That! !’s philosophy: Less is more. The core features you need, nothing you don’t. This approach ensures a minimal, clean, and efficient mass downloader.
- User-focused: Designed for a hassle-free mass downloading experience.
- Lean and Efficient: Minimal, clean, and efficient with only core features.
- Fast: Optimized for speed.
- Modernized Interface: Settings page updated for clarity and ease of use.
- Integrated Experience: Utilizes native tooltips and sounds.
Install dependencies first with:
yarnEdit the files using any code editor. To watch for changes and re-bundle automatically, run:
yarn watchFor a one-time build, use:
yarn buildInstall web-ext separately (not as a dependency). Then, run:
yarn webextThis uses a separate Firefox profile in ../GT.p and automatically reloads the extension upon changes.
For unsigned builds, run:
yarn build`
Then install the generated zip into Firefox Nightly or Unbranded builds.
### Running in Chrome/Chromium
After building:
* Enable Developer Mode in Extensions.
* Use "Load Unpacked" to open your build directory.
### Making Release Zips
Create unsigned zips for all browsers with:
```bash
yarn buildFor official release mode:
python3 util/build.py --mode=releaseOutputs go in web-ext-artifacts.
-fx.zip: Firefox-crx.zip: Chrome/Chromium-opr.zip: Opera
The extension is being rebranded and rewritten to better emphasize its simplicity and minimal, hassle-free experience to be more user-focused while maintaining a modern, developer-focused appeal.
With this update, Gimme That! ! becomes faster, lighter, and more focused on a seamless user experience.
- Optional locales removed for greater speed and less bloat.
- Settings page fully modernized for clarity and ease.
- Native tooltips and sounds replace custom features, keeping things simplified and integrated.
This project is licensed under the GPL-3.0 License. See the LICENSE-gpl.txt file for details.

