Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enolgor/ungoogled-chromium-extension-installer
Extension for Ungoogled Chromium that allows easy installation of extensions from Chrome webstore.
https://github.com/enolgor/ungoogled-chromium-extension-installer
chromium extension ungoogled
Last synced: 18 days ago
JSON representation
Extension for Ungoogled Chromium that allows easy installation of extensions from Chrome webstore.
- Host: GitHub
- URL: https://github.com/enolgor/ungoogled-chromium-extension-installer
- Owner: enolgor
- Created: 2019-07-02T11:35:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-28T22:33:26.000Z (over 2 years ago)
- Last Synced: 2024-08-01T00:48:06.720Z (3 months ago)
- Topics: chromium, extension, ungoogled
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 48
- Watchers: 2
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Ungoogled Chromium Extension Installer
This is a simple extension that wraps the gist pasted in this [issue](https://github.com/Eloston/ungoogled-chromium/issues/226#issuecomment-494147774) in order
to make it easy to install a extensions to the Ungoogled Chromium Browser.### Build
To build this extension just run: `npm install` and `npm run build`. Or you can download it from the [releases section](https://github.com/enolgor/ungoogled-chromium-extension-installer/releases).
### Install
- [Download](https://github.com/enolgor/ungoogled-chromium-extension-installer/releases) or build the .crx file
- Follow the instructions in the [FAQ](https://ungoogled-software.github.io/ungoogled-chromium-wiki/faq#installing-the-crx-file) of Ungoogled Chromium, but it should be as simple as opening `chrome://extensions` and drag-and-drop the crx file.### Usage
- Set the flag that allows to prompt for install as covered in the [FAQ](https://ungoogled-software.github.io/ungoogled-chromium-wiki/faq#installing-the-crx-file). Just change `chrome://flags/#extension-mime-request-handling` to `Always prompt for install`.
- Go to the chrome webstore page of the extension (should contain `/detail` in the path, e.g. https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm)
- This extension registers a contextual menu, so right click in any part of the page and then `install extension`. It should prompt to request installation.