Important
This project is inspired by the extension made by NeverDecaf, and the code has been modified from there.
⚡ Enables installing Chrome Web Store extensions and semi-automatic updates in Ungoogled Chromium.
- ✅ Install extensions from the Chrome Web Store
- 🔄 Check for updates to installed extensions
⚠️ View removed or failed extensions- 🌍 Multilingual interface via
chrome.i18n
- 🔒 Works with Ungoogled Chromium (no web store login required)
-
Open
chrome://flags
Search for#extension-mime-request-handling
and set it to Always prompt for install
(This enables .crx installation prompts) -
Go to the Releases page
Download the lateststore.crx
file — you should be prompted to install it.
If not prompted, you can also drag & drop the
.crx
file intochrome://extensions/
Alternatively, load it manually:
- Download the repo and unzip it
- Open
chrome://extensions/
- Enable Developer Mode
- Click "Load unpacked" and select the folder
- Checks installed extensions for available updates
- Displays version changes like:
1.0.2 ⇒ 1.1.0
- Lets you trigger updates manually
- Highlights removed or failed updates
All interface text is localized using chrome.i18n
.
To add a new language:
- Create a folder in
_locales/
(e.g.tr
,fr
) - Add a
messages.json
with your translations
Ungoogled Chromium blocks Web Store integration by default.
This extension restores essential extension management — manually and transparently.
This project is licensed under the GNU General Public License v3.0
See LICENSE
for details.