diff options
-rw-r--r-- | chromium.md | 6 | ||||
-rw-r--r-- | src/manifest.json | 2 | ||||
-rw-r--r-- | src/updates/updates.xml | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/chromium.md b/chromium.md index 0317c470..26aa4037 100644 --- a/chromium.md +++ b/chromium.md @@ -1,6 +1,6 @@ ## Linux -- Download the latest `.crx` file: [libredirect-2.3.2.crx](https://github.com/libredirect/libredirect/releases/download/v2.3.2/libredirect-2.3.2.crx) +- Download the latest `.crx` file: [libredirect-2.3.3.crx](https://github.com/libredirect/libredirect/releases/download/v2.3.3/libredirect-2.3.3.crx) - Open `chrome://extensions` - Enable `dev mode` - Rerfesh the page @@ -10,11 +10,11 @@ Updates are automatic ## Windows, MacOS -- Download the latest release [libredirect-2.3.2.zip](https://github.com/libredirect/libredirect/releases/download/v2.3.2/libredirect-2.3.2.zip) +- Download the latest release [libredirect-2.3.3.zip](https://github.com/libredirect/libredirect/releases/download/v2.3.3/libredirect-2.3.3.zip) - Unzip it with `Auto detect subfolder` - Open `chrome://extensions` - Enable `dev mode` -- Click `Load unpacked`. Select and Open `libredirect-2.3.2/` +- Click `Load unpacked`. Select and Open `libredirect-2.3.3/` https://user-images.githubusercontent.com/40805353/159987051-8be73cd3-3fdf-4dd0-99d4-8886674fbdb6.mp4 diff --git a/src/manifest.json b/src/manifest.json index 0d4d86a3..708b101b 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "2.3.2", + "version": "2.3.3", "manifest_version": 2, "browser_specific_settings": { "gecko": { diff --git a/src/updates/updates.xml b/src/updates/updates.xml index b5b42d79..6a723a26 100644 --- a/src/updates/updates.xml +++ b/src/updates/updates.xml @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> <gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'> <app appid='oladmjdebphlnjjcnomfhhbfdldiimaf'> - <updatecheck codebase='https://github.com/libredirect/libredirect/releases/download/v2.3.2/libredirect-2.3.2.crx' version='2.3.2' /> + <updatecheck codebase='https://github.com/libredirect/libredirect/releases/download/v2.3.3/libredirect-2.3.3.crx' version='2.3.3' /> </app> </gupdate> |