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": "YouTube Subtitle Word Translator", "version": "1.0.3", "description": "Open English or other language subtitles on YouTube, find unfamiliar words? Click, translate to your chosen language.", "permissions": [ "storage" ], "background": { "service_worker": "background.js", "type": "module" }, "icons": { "128": "icon.png" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ] } ] }