diff --git a/manifest/manifest.json b/manifest/manifest.json index b0d094be..ef72db83 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_fullName__", "short_name": "__MSG_Name__", - "version": "1.2.5", + "version": "1.2.8", "default_locale": "en", "description": "__MSG_Description__", "content_scripts": [ @@ -36,7 +36,8 @@ "icons/close.png", "icons/PlayerInfoIconSponsorBlocker256px.png", "icons/PlayerDeleteIconSponsorBlocker256px.png", - "popup.html" + "popup.html", + "content.css" ], "permissions": [ "storage", diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index 51017402..5e0d0407 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -386,5 +386,47 @@ }, "invidiousInfo2": { "message": "You MUST enable it in the options for it to work." + }, + "minDuration": { + "message": "Minimum duration (seconds):" + }, + "minDurationDescription": { + "message": "Sponsor segments shorter than the set value will not be skipeed or show in the player." + }, + "shortCheck": { + "message": "The following submission is shorter than your minimum duration option. This could mean that this is already submitted, and just being ignored due to this option. Are you sure you would like to submit?" + }, + "showUploadButton": { + "message": "Show Upload Button" + }, + "whatUploadButton": { + "message": "This button appears on the YouTube player after you have selected a timestamp and are ready to submit." + }, + "customServerAddress": { + "message": "SponsorBlock Server Address" + }, + "customServerAddressDescription": { + "message": "The address SponsorBlock uses to make calls to the server.\nUnless you have your own server instance, this should not be changed." + }, + "save": { + "message": "Save" + }, + "reset": { + "message": "Reset" + }, + "customAddressError": { + "message": "This address is not in the right form. Make sure you have http:// or https:// at the begining and no trailing slashes." + }, + "areYouSureReset": { + "message": "Are you sure you would like to reset this?" + }, + "confirmPrivacy": { + "message": "The video has been detected as unlisted. Click cancel if you do not want to check for sponsors." + }, + "unlistedCheck": { + "message": "Ignore Unlisted Videos" + }, + "whatUnlistedCheck": { + "message": "This setting will significantly slow down SponsorBlock. Sponsor lookups require sending the video ID to the server. If you are concerned about unlisted video IDs being sent over the internet, enable this option." } } diff --git a/public/help/index_en.html b/public/help/index_en.html index 43d43c2c..163e26e5 100644 --- a/public/help/index_en.html +++ b/public/help/index_en.html @@ -19,7 +19,7 @@
Created By Ajay Ramachandran ![]()
- Thanks for installing SponsorBlock. Here are some quick tips for getting started. Please join the Discord if you have any questions or suggestions. + Thanks for installing SponsorBlock. Here are some quick tips for getting started. Feel free to contact me if you have any questions.
@@ -30,10 +30,13 @@ Come contribute, make some suggestions and help out in the Discord: https://discord.gg/QnmVMpU
- Enable Invidious Support +- Invidious is a third-party YouTube viewer. SponsorBlock now supports invidious along with YouTube. Please visit the options page to make sure everything is how you want it to be. + Some features, such as support for non third-party YouTube sites, are disabled by default and can be enabled in the options. These can be enabled or disabled at any time. + You can also hide/show all UI elements added to the YouTube page.
There are hotkeys if you want to use them. You must be focused on the YouTube player to use them. Press the semicolon key to indicate the start/end of a sponsor segment and click the appostrophe to submit. + These can be changed in the options. If you don't use QWERTY, you should probably change the keybinds.