diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 21a2fe2a..48365c37 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,10 +67,12 @@ jobs: uses: Shopify/upload-to-release@master with: args: builds/ChromeExtension.zip + name: ChromeExtension.zip repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Upload to release uses: Shopify/upload-to-release@master with: args: builds/FirefoxExtension.zip + name: FirefoxExtension.zip repo-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/manifest/manifest.json b/manifest/manifest.json index ea2cee9d..fcfd4bc0 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_fullName__", "short_name": "__MSG_Name__", - "version": "1.2.22", + "version": "1.2.24", "default_locale": "en", "description": "__MSG_Description__", "content_scripts": [{ diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index b41df983..db445341 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -458,5 +458,26 @@ }, "edit": { "message": "Edit" + }, + "copyDebugInformation": { + "message": "Copy Debug Information To Clipboard" + }, + "copyDebugInformationFailed": { + "message": "Failed to write to clipboard" + }, + "copyDebugInformationOptions": { + "message": "Copies information to the clipboard to be provided to a developer when raising a bug / when a developer requests it. Sensitive information such as your user ID, whitelisted channels, and custom server address have been removed. However it does contain information such as your useragent, browser, operating system, and extension version number. " + }, + "copyDebugInformationComplete": { + "message": "The debug information has been copied to the clip board. Feel free to remove any information you would rather not share. Save this in a text file or paste into the bug report." + }, + "theKey": { + "message": "The key" + }, + "keyAlreadyUsedByYouTube": { + "message": "is already used by youtube. Please select another key." + }, + "keyAlreadyUsed": { + "message": "is bound to another action. Please select another key." } } diff --git a/public/options/options.html b/public/options/options.html index 37139c31..0dc3e4d8 100644 --- a/public/options/options.html +++ b/public/options/options.html @@ -334,6 +334,20 @@

+
+
+ __MSG_copyDebugInformation__ +
+ +
+ +
__MSG_copyDebugInformationOptions__
+
+ +
+
+ +