diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json
index 61ed0512..4088e090 100644
--- a/public/_locales/en/messages.json
+++ b/public/_locales/en/messages.json
@@ -463,6 +463,12 @@
"minDurationDescription": {
"message": "Segments shorter than the set value will not be skipped or show in the player."
},
+ "enableManualSkipOnFullVideo": {
+ "message": "Use manual skip when a full video label exists"
+ },
+ "whatManualSkipOnFullVideo": {
+ "message": "For people who want to watch the video uninteruppted if it is fully sponsored or self promotion."
+ },
"skipNoticeDuration": {
"message": "Skip notice duration (seconds):"
},
diff --git a/public/options/options.html b/public/options/options.html
index fa23687a..31a60cb1 100644
--- a/public/options/options.html
+++ b/public/options/options.html
@@ -98,6 +98,20 @@