WebExtension.net
Toggle dark mode
WebExtension.net

YouTube No Translation

View on Chrome Web Store
View YouTube No Translation Chrome Extension on Chrome Web Store
Add to bookmarks
4.9 (11 ratings)
1 new ratings
0 views
This extension has been viewed 0 times

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

A web browser extension that prevents auto-translation on YouTube (titles, dubbing, video descriptions)
Type
Extension
Users
419 users
24
YouGo
View author page of YouGo
Published
Published on January 28, 2025
Version 2.0.65
Manifest version
3
Updated
Updated on February 19, 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.0.65",
    "description": "A web browser extension that prevents auto-translation on YouTube (titles, dubbing, video descriptions)",
    "icons": {
        "48": "assets\/icons\/icon.png",
        "96": "assets\/icons\/icon.png"
    },
    "action": {
        "default_icon": {
            "48": "assets\/icons\/icon.png",
            "96": "assets\/icons\/icon.png"
        },
        "default_popup": "dist\/popup\/popup.html",
        "default_title": "YNT"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "dist\/browser-polyfill.js",
                "dist\/content\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "dist\/background\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/content\/audioTranslation\/audioScript.js",
                "dist\/content\/descriptionTranslation\/descriptionScript.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ]
}
© 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