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", "manifest_version": 3, "name": "Chatslator: Livestream Chat Translator", "description": "Translates live chat messages in real-time on popular streaming platforms like YouTube, Twitch, and Kick.", "version": "1.1.1", "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "96": "icon\/96.png", "128": "icon\/128.png" }, "action": { "default_title": "Chatslator", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs" ], "background": { "service_worker": "background.js" }, "options_ui": { "open_in_tab": true, "page": "options.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.kick.com\/*" ], "js": [ "content-scripts\/kick.js" ] }, { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "content-scripts\/twitch.js" ] }, { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content-scripts\/youtube.js" ] } ] }