Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "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" }