Project

General

Profile

Installation instructions (browser extension Chromium) » History » Version 13

koszko, 10/12/2022 06:13 PM
update to reflect the fact the main user manual shall now be the other one, describing Haketilo proxy

1 13 koszko
# Installation instructions (browser extension, (Ungoogled) Chromium)
2 1 koszko
3 13 koszko
*Note: This guide only applies to Chromium-based browsers that support Manifest V2 type of WebExtensions. If you are using a newer browser that only supports Manifest V3 extensions, there's unfortunately no way to install Haketilo in it.*
4
5 1 koszko
Here we'll describe how to install Haketilo as an *Unpacked Extension*. Chromium extensions are most often installed from Chrome Web Store but it has serious privacy and freedom problems.
6
7 13 koszko
Although installation as Unpacked Extension is meant mainly for developers during testing, it is also simple enough for casual users.
8 1 koszko
9
*Note: If you want, you can also follow [this](https://avoidthehack.com/manually-install-extensions-ungoogled-chromium) third-party guide to generate a .crx file yourself and install from it.*
10
11 3 koszko
## Browser compatibility
12 1 koszko
13 11 koszko
Haketilo is currently compatible with recent (versions 90+) versions of Ungoogled Chromium and derivatives. Older versions might work as well but were not tested.
14 1 koszko
15 11 koszko
Although Haketilo should also run fine under the standard, non-Ungoogled Chromium and Google Chrome, these browsers are ~~malware~~ unrecommended due to serious privacy and freedom violations.
16 1 koszko
17 3 koszko
## Steps
18
19 13 koszko
First, download the extension's .zip file from the [[Releases (browser extension)|extension releases page]]. You are encouraged to also download the provided PGP and Signify signatures of the file and verify them and described [[Verifying signatures|here]]. Once you made sure the zip file hasn't been tampered with, extract its contents to some directory. Here we use `/tmp/hachette`. Then, go to the `chrome://extensions` URL. In the extensions management page that shows up, you need to enable developer mode using toggle in the top right of the page. Once you do so, you should see a "Load unpacked" button. Click it.
20 3 koszko
21 8 jahoti
![chrome extensions page](chrome_extensions.png)
22 3 koszko
23 1 koszko
Navigate to the extracted directory and choose it.
24 3 koszko
25 8 jahoti
![navigating to the extension directory](navigate_extension_dir.png)
26 11 koszko
27 1 koszko
Your browser has just installed Haketilo. You can now delete the extracted directory and disable developer mode. If you want Haketilo's icon to be permanently visible in the top right corner of your browser window, click on the extensions icon and on Haketilo's pin icon as shown below.
28 3 koszko
29 8 jahoti
![pinning extension icon](chrome_hachette_installed.png)
30 3 koszko
31 13 koszko
That's it. You can now play a bit with the extension and [[User manual (browser extension)#Understanding-the-concepts|learn how it works]]. Also, make sure you realize its [[Known limitations (browser extension)|limitations]].