WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
YouTube Livestream Chat Translator

YouTube Livestream Chat Translator

View on Chrome Web Store
View YouTube Livestream Chat Translator Chrome Extension on Chrome Web Store
Add to bookmarks
4.9 (11 ratings)
1 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.

Enhance the live streaming experience on YouTube by providing real-time translation of chat messages
Type
Extension
Users
1,000 users
51
0xHPZ
View author page of 0xHPZ
Published
Published on August 3, 2024
Version 1.2
Manifest version
3
Updated
Updated on March 19, 2025
productivity/communication
Extension Category
View on Chrome Web Store
View YouTube Livestream Chat Translator 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 Livestream Chat Translator",
    "description": "Enhance the live streaming experience on YouTube by providing real-time translation of chat messages",
    "version": "1.2",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "images\/icons\/icon-16.png",
            "19": "images\/icons\/icon-19.png",
            "32": "images\/icons\/icon-32.png",
            "38": "images\/icons\/icon-38.png",
            "64": "images\/icons\/icon-64.png",
            "128": "images\/icons\/icon-128.png",
            "512": "images\/icons\/icon-512.png"
        },
        "default_title": "YouTube Livestream Chat Translator",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "scripts\/content.js",
                "scripts\/utils.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icons\/icon-16.png",
        "19": "images\/icons\/icon-19.png",
        "32": "images\/icons\/icon-32.png",
        "38": "images\/icons\/icon-38.png",
        "48": "images\/icons\/icon-48.png",
        "64": "images\/icons\/icon-64.png",
        "128": "images\/icons\/icon-128.png",
        "512": "images\/icons\/icon-512.png"
    }
}
© 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