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 Comment Translator", "description": "While you are watching youtube videos, this tool can help you to translate comments to your language.", "version": "1.0.2", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_end", "js": [ "inject.js" ] } ], "content_security_policy": [], "host_permissions": [ "*:\/\/*.youtube.com\/*" ], "default_locale": "en", "action": { "default_popup": "popup.html" }, "icons": { "96": "images\/icon96.png", "128": "images\/icon128.png" } }