WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
LiveTL - Translation Filter for Streams

LiveTL - Translation Filter for Streams

View on Chrome Web Store
View LiveTL - Translation Filter for Streams Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (720 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.

Have you ever wanted live translations for HoloLive/Vtuber streams? Well, look no further than LiveTL! LiveTL (Live TransLate) is…
Type
Extension
Users
20,000 users
10K
Kento Nishi
View author page of Kento Nishi
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 26, 2020
Version 9.0.8
Manifest version
3
Updated
Updated on August 11, 2025
lifestyle/social
Extension Category
View on Chrome Web Store
View LiveTL - Translation Filter for Streams 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",
    "version": "9.0.8",
    "name": "LiveTL - Translation Filter for Streams",
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*?*",
        "https:\/\/www.youtube.com\/youtubei\/v1\/live_chat\/get_live_chat\/*",
        "https:\/\/www.youtube.com\/youtubei\/v1\/live_chat\/get_live_chat_replay\/*",
        "https:\/\/www.twitch.tv\/*"
    ],
    "icons": {
        "128": "img\/128x128.png"
    },
    "action": {
        "default_icon": {
            "48": "img\/48x48.png",
            "128": "img\/128x128.png"
        },
        "default_popup": "html\/options.html"
    },
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/embed\/hyperchat_embed?*"
            ],
            "js": [
                "submodules\/chat\/src\/scripts\/chat-mounter.js"
            ],
            "css": [
                "submodules\/chat\/src\/stylesheets\/scrollbar.css",
                "submodules\/chat\/src\/stylesheets\/page404.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/live_chat*",
                "https:\/\/www.youtube.com\/live_chat_replay*",
                "https:\/\/studio.youtube.com\/live_chat*",
                "https:\/\/studio.youtube.com\/live_chat_replay*"
            ],
            "js": [
                "submodules\/chat\/src\/scripts\/chat-interceptor.js",
                "submodules\/chat\/src\/scripts\/chat-injector.js",
                "ts\/content_scripts\/injector.js",
                "js\/pages\/translatormode.js"
            ],
            "css": [
                "submodules\/chat\/src\/stylesheets\/titlebar.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/error*?*"
            ],
            "js": [
                "ts\/content_scripts\/workaround-injector.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "ts\/content_scripts\/twitch-injector.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "js\/pages\/background.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "allow-iframe",
                "enabled": true,
                "path": "allow-iframe.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.js",
                "*.html",
                "*.png",
                "*.gif",
                "*.mp4"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "incognito": "split"
}
© 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