This extension brings the following functionality to ungoogled-chromium (and other forks that lack web store support):
ungoogled-chromium
: You must change the flag chrome://flags/#extension-mime-request-handling
to Always prompt for install
.ungoogled-chromium
: Ensure the following option is checked: Extension Options (chrome://extensions/?options=ocaahdebbfolfmndjeplogmgcagdmblk) > Advanced > Always download CRX files
CRX_REQUIRED_PROOF_MISSING
or Apps, extensions and user scripts cannot be added from this website
errors, please be sure you have followed the instructions above before opening an issue.Add to Chromium
button in the web store, you can use the context menu option instead: Right click > Add to Chromium
.chrome://flags
and search for the #extension-mime-request-handling
flag and set it to Always prompt for install
.If the above steps do not work for you, try one of the following alternative methods:
chrome://extensions
and enable developer mode (toggle in top right).chrome://extensions
page.chrome://extensions/
and turn on developer mode (toggle in top right).Load unpacked
and select the directory you extracted the crx to.[Streamable Mirror] (Thanks @woolyss for creating & hosting this video.)
Options
from the context menu or access them via chrome://extensions
.Source: Not from Chrome Web Store
when checking extension details._locales
named any supported locale code._locales/en/messages.json
to your newly created directory and edit the "message" fields as necessary, you don't need to change anything else.and do not have your extension listed in the Chrome Web Store, you can still enable updates via chromium-web-store by hosting an update manifest file; see updates.xml in this repo for an example. You must also specify a url to access this file in your extension's manifest.json
under the update_url
field; again, see manifest.json in this repo for an example.
See #28 and managed_storage.json