Added Windows support with auto updates https://github.com/libredirect/libredirect/issues/597
This commit is contained in:
parent
1e02138e35
commit
0303e68e89
19
chromium.md
19
chromium.md
|
@ -1,17 +1,26 @@
|
|||
## Linux
|
||||
## Windows
|
||||
- Save the `.crx` file link: [libredirect-2.5.1.crx](https://github.com/libredirect/libredirect/releases/download/v2.5.1/libredirect-2.5.1.crx)
|
||||
- Go to `Extension Manager`
|
||||
- Enable `dev mode`
|
||||
- Run this registery file:
|
||||
- Chrome: [chrome.reg](./windows_registery/chrome.reg)
|
||||
- Brave: [brave.reg](./windows_registery/brave.reg)
|
||||
- Edge: [edge.reg](./windows_registery/edge.reg)
|
||||
- Vivaldi: [vivaldi.reg](./windows_registery/vivaldi.reg)
|
||||
- Restart your browser
|
||||
- Go to `Extension Manager` again
|
||||
- Drag and drop the `.crx` file to it
|
||||
|
||||
## Linux
|
||||
- Download the latest `.crx` file: [libredirect-2.5.1.crx](https://github.com/libredirect/libredirect/releases/download/v2.5.1/libredirect-2.5.1.crx)
|
||||
- Open `chrome://extensions`
|
||||
- Enable `dev mode`
|
||||
- Refresh the page
|
||||
- Drag and drop the `.crx` file to the page
|
||||
|
||||
Updates are automatic
|
||||
|
||||
**NOTE:** If this way failed. Then try the Windows, MacOS way.
|
||||
|
||||
## Windows, MacOS
|
||||
|
||||
## MacOS
|
||||
- Download the latest release [libredirect-2.5.1.zip](https://github.com/libredirect/libredirect/releases/download/v2.5.1/libredirect-2.5.1.zip)
|
||||
- Unzip it with `Auto detect subfolder`
|
||||
- Open `chrome://extensions`
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Windows Registry Editor Version 5.00
|
||||
|
||||
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\BraveSoftware\Brave\ExtensionInstallAllowlist]
|
||||
"1"="oladmjdebphlnjjcnomfhhbfdldiimaf"
|
|
@ -0,0 +1,4 @@
|
|||
Windows Registry Editor Version 5.00
|
||||
|
||||
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\ExtensionInstallAllowlist]
|
||||
"1"="oladmjdebphlnjjcnomfhhbfdldiimaf"
|
|
@ -0,0 +1,4 @@
|
|||
Windows Registry Editor Version 5.00
|
||||
|
||||
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge\ExtensionInstallAllowlist]
|
||||
"1"="oladmjdebphlnjjcnomfhhbfdldiimaf"
|
|
@ -0,0 +1,4 @@
|
|||
Windows Registry Editor Version 5.00
|
||||
|
||||
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Vivaldi\ExtensionInstallAllowlist]
|
||||
"1"="oladmjdebphlnjjcnomfhhbfdldiimaf"
|
Loading…
Reference in New Issue