https://github.com/youg-o/youtube_no_translation
A web browser add-on that prevents YouTube's automatic translations! It keeps titles, descriptions, and audio in their original language.
https://github.com/youg-o/youtube_no_translation
chrome-extension firefox-addon streaming translation web-browser-extension youtube youtube-api
Last synced: 3 months ago
JSON representation
A web browser add-on that prevents YouTube's automatic translations! It keeps titles, descriptions, and audio in their original language.
- Host: GitHub
- URL: https://github.com/youg-o/youtube_no_translation
- Owner: YouG-o
- License: agpl-3.0
- Created: 2025-01-05T06:46:14.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-02T02:54:59.000Z (3 months ago)
- Last Synced: 2025-04-02T03:32:05.102Z (3 months ago)
- Topics: chrome-extension, firefox-addon, streaming, translation, web-browser-extension, youtube, youtube-api
- Language: TypeScript
- Homepage: https://youtube-no-translation.vercel.app
- Size: 2.43 MB
- Stars: 42
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
###
YouTube No Translation
A web browser extension that keeps your YouTube experience authentic by preventing automatic translations.###
Features :
- **Video Titles**: Keep titles in their original language
- **Audio Tracks**: Always use the original audio track
- **Descriptions**: Prevent description translations
- **Subtitles**: Set your preferred subtitle language, if unavailable, subtitles are disabled (auto generated ones are ignored)###
![]()
###
Support This Project
This extension is completely free, ad-free, and maintained in my spare time. If you find it useful, consider supporting its development!
You can also support this project by:
- ⭐ Starring this repository
- 👍 Rating the extension on Mozilla Add-ons or the Chrome Web Store
- 👤 Following me on GitHub
###
Build it yourself
While the extension is available through the official stores, you can also build it from source:
### Prerequisites
- Node.js
- npm
### Installation
```bash
# Clone the repository
git clone https://github.com/YouG-o/YouTube_No_Translation.git
cd YouTube_No_Translation
# Install dependencies
npm install# Build for Firefox
npm run package:firefox# Build for Chromium
npm run package:chrome# Build for both browsers
npm run package
```###
License
This project is licensed under the GNU Affero General Public License v3.0.
Any reuse, modification or distribution of this code must credit the original author.
###
![]()
![]()
![]()