Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.44 KB

File metadata and controls

23 lines (12 loc) · 1.44 KB

Ungoogled Chromium Extension Installer

This is a simple extension that wraps the gist pasted in this issue 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.

Install

  • Download or build the .crx file
  • Follow the instructions in the FAQ 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. 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.