Skip to content

Commit

Permalink
v2.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
YouG-o committed Mar 2, 2025
1 parent fcd9f56 commit 08904c1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion manifest.chrome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "YouTube No Translation",
"version": "2.1.00",
"version": "2.1.10",
"description": "Stop YouTube's automatic translations! This extension keeps titles, descriptions and video audio in their original language.",
"icons": {
"48": "assets/icons/icon.png",
Expand Down
2 changes: 1 addition & 1 deletion manifest.firefox.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "YouTube No Translation",
"version": "2.1.00",
"version": "2.1.10",
"description": "Stop YouTube's automatic translations! This extension keeps titles, descriptions and video audio in their original language.",
"icons": {
"48": "assets/icons/icon.svg",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ynt",
"version": "2.1.00",
"version": "2.1.10",
"description": "Stop YouTube's automatic translations! This extension keeps titles, descriptions and video audio in their original language.",
"scripts": {
"clean": "rimraf dist/*",
Expand Down
8 changes: 4 additions & 4 deletions src/popup/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h2 class="text-sm font-medium text-white">Titles</h2>
</label>
</div>
<p class="text-sm text-gray-400">
Prevent automatic translation of videos titles
Display original titles
</p>
</div>

Expand All @@ -43,7 +43,7 @@ <h2 class="text-sm font-medium text-white">Audio Tracks</h2>
</label>
</div>
<p class="text-sm text-gray-400">
Prevent automatic dubbing of video audio
Listen to the original audio track
</p>
</div>

Expand All @@ -57,7 +57,7 @@ <h2 class="text-sm font-medium text-white">Descriptions</h2>
</label>
</div>
<p class="text-sm text-gray-400">
Prevent automatic translation of video descriptions
Display original description
</p>
</div>
<!-- Original Subtitles Feature -->
Expand All @@ -82,7 +82,7 @@ <h2 class="text-sm font-medium text-white">Subtitles</h2>
</a>
</div>
<div class="flex items-center justify-between">
<p class="text-xs text-gray-400">v2.1.00</p>
<p class="text-xs text-gray-400">v2.1.10</p>
<a href="https://github.com/YouG-o" target="_blank" rel="noopener noreferrer" class="text-xs text-gray-400 flex items-center gap-1">
Created by YouGo
<img src="../../assets/icons/Github-Dark.svg" alt="GitHub" title="GitHub" class="w-4 h-4 hover:opacity-80 transition-opacity">
Expand Down

0 comments on commit 08904c1

Please sign in to comment.