add custom server address

This commit is contained in:
Joe Dowd
2020-02-07 00:40:01 +00:00
parent feda7fd1a0
commit dd08ff1507
6 changed files with 70 additions and 3 deletions

View File

@@ -213,6 +213,15 @@
"whatDeleteButton": {
"message": "This is the button that allows you to clear all sponsors on the YouTube player."
},
"customServerAddress": {
"message": "SponsorBlock Server Address"
},
"customServerAddressDescription": {
"message": "The address SponsorBlock uses to make calls to the server.\nIt must be formatted https://domain with no trailing forward slash (/).\nUnless you have your own server instance this should not be changed."
},
"saveCustomServerAddress": {
"message": "Save"
},
"disableViewTracking": {
"message": "Disable Sponsor Skip Count Tracking"
},