From ac991012e04e7a949d590a333f08a84522b20f92 Mon Sep 17 00:00:00 2001 From: wei Date: Tue, 25 Aug 2026 11:38:29 +0000 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 975bf38..6213577 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Download this tool from [main repo](https://repo.weispace.net/wei/PlaylistSaver/ operating system and architecture) Use any decompress tool to unzip the build file, then open `PlaylistSaver.exe` (For Unix-like system is `PlaylistSaver`) + See `How to use` to get information about how to use this tool. ## Build @@ -49,4 +50,23 @@ The build is written to `dist\PlaylistSaver`. This includes only the bundled mpv files matching the operating system and CPU architecture on which the build is performed. Build each target platform on that platform. -## How to use \ No newline at end of file +## How to use + +> [!NOTE] +> The PlaylistSaverHelper (this tool's Chrome extenstion. Used for transfer YouTube cookie to the main program) haven't listed from the Chrome Extenstion Store. Install via the normal way is impossible. + +### Install Chrome extenstion + +1. First, download the compressed extenstion `PlaylistSaverHelper.zip` from [release page](https://repo.weispace.net/wei/PlaylistSaver/releases) (or [GitHub mirror](https://repo.weispace.net/wei/PlaylistSaver/releases)) +![Download extenstion](https://repo.weispace.net/wei/PlaylistSaver/raw/branch/main/repo_resources/download_extenstion.png) + +2. Unzip the compressed extenstion with any decompress tool. +![decompress extenstion](https://repo.weispace.net/wei/PlaylistSaver/raw/branch/main/repo_resources/unzip_extenstion.png) + +3. Open Chrome and go to `chrome://extensions/`, then click `Open unpacked` button. +![Open unpacked](https://repo.weispace.net/wei/PlaylistSaver/raw/branch/main/repo_resources/import_unpack.png) + +4. Enable the extension. +![Enable extension](https://repo.weispace.net/wei/PlaylistSaver/raw/branch/main/repo_resources/enable_the_extenstion.png) + +