WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
YouTube No Translation

YouTube No Translation

View on Chrome Web Store
View YouTube No Translation Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (69 ratings)
2 new ratings
12 views
This extension has been viewed 12 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Stop YouTube's automatic translations! This extension keeps titles, descriptions and video audio in their original language.
Type
Extension
Users
10,000 users
1K
YouGo
View author page of YouGo
Published
Published on January 28, 2025
Version 2.6.0
Manifest version
3
Updated
Updated on July 4, 2025
lifestyle/entertainment
Extension Category
View on Chrome Web Store
View YouTube No Translation Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube No Translation",
    "version": "2.6.0",
    "description": "Stop YouTube's automatic translations! This extension keeps titles, descriptions and video audio in their original language.",
    "icons": {
        "48": "dist\/assets\/icons\/icon.png",
        "96": "dist\/assets\/icons\/icon.png"
    },
    "action": {
        "default_icon": {
            "48": "dist\/assets\/icons\/icon.png",
            "96": "dist\/assets\/icons\/icon.png"
        },
        "default_popup": "dist\/popup\/popup.html",
        "default_title": "YNT"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.youtube-nocookie.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.youtube-nocookie.com\/*"
            ],
            "js": [
                "dist\/browser-polyfill.js",
                "dist\/content\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "dist\/background\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/content\/scripts\/audioScript.js",
                "dist\/content\/scripts\/descriptionScript.js",
                "dist\/content\/scripts\/subtitlesScript.js",
                "dist\/content\/scripts\/mainTitleScript.js",
                "dist\/content\/scripts\/channelNameScript.js",
                "dist\/content\/scripts\/timestampScript.js",
                "dist\/content\/scripts\/searchDescriptionScript.js",
                "dist\/content\/scripts\/browsingTitlesFallbackScript.js",
                "dist\/content\/scripts\/createIsolatedPlayerScript.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.youtube-nocookie.com\/*"
            ]
        }
    ],
    "options_page": "dist\/popup\/settings.html"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top