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