diff --git a/extension/code/manifest.json b/extension/code/manifest.json
index b28f038..e25b3b0 100644
--- a/extension/code/manifest.json
+++ b/extension/code/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "tiktok-to-ytdlp",
"description": "Get a .txt file of all the TikTok videos from an user/audio/hashtag/liked videos/saved videos etc, so that they can be downloaded with yt-dlp.",
- "version": "1.2",
+ "version": "1.3",
"permissions": ["storage"],
"action": {
"default_popup": "./ui/index.html"
diff --git a/extension/code/vite/src/lib/Settings/Advanced.svelte b/extension/code/vite/src/lib/Settings/Advanced.svelte
index b08af0a..fce1a56 100644
--- a/extension/code/vite/src/lib/Settings/Advanced.svelte
+++ b/extension/code/vite/src/lib/Settings/Advanced.svelte
@@ -24,6 +24,16 @@
Get the link by looking to the children of the video container, instead
of relying on [data] attributes
+
+