A web browser extension that keeps your YouTube experience authentic by preventing automatic translations. The extension is available on Chromium browsers, Firefox and Safari.
You can get the Firefox and Chrome extensions on their official stores, but for Safari you must build it yourself. I do not provide support for Safari.
- Video Titles: Keep titles in their original language (Video titles, Shorts, Notifications...)
- Audio Tracks: Always use the original audio track (or choose a specific one)
- Descriptions: Prevent automatic translation of videos descriptions
- Subtitles: Set your preferred subtitle language, if unavailable, subtitles are disabled (auto generated ones are ignored)
You can enable YouTube Data API v3 (requires your own API key) for the most reliable and fastest way to fetch original data. Learn more.
If you want to use the DeArrow extension alongside this one PLEASE CHECK THIS to avoid any conflicts.
While the extension is available through the official stores, you can also build it from source:
- Node.js
- npm
- For Safari: macOS with Xcode installed
# 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:chromium
# Build for Safari (macOS only)
npm run prepare:safari
open "safari-extension/YouTube No Translation/YouTube No Translation.xcodeproj"
# Then build and run in Xcode to generate the .app
Contributions are welcome! Whether you want to fix bugs, add features, or improve documentation, your help is appreciated. Please read CONTRIBUTING.md to get started, or browse existing issues to see what needs help.
Thanks to all contributors !
This extension is completely free and open-source. If you find it valuable, you can support its development with a pay-what-you-want contribution!
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
This project is licensed under the GNU Affero General Public License v3.0