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": "LinguaVoice", "version": "1.0", "description": "Translate the input text to different Languages and Read aloud the Text. Save pdf for the Text, Find word in Dictionary.", "background": { "service_worker": "eventpage.js" }, "host_permissions": [ "https:\/\/chat.openai.com\/*", "https:\/\/vision.googleapis.com\/*", "https:\/\/accounts.google.com\/", "https:\/\/maps.googleapis.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "contentScript.js" ], "run_at": "document_idle" } ], "permissions": [ "contextMenus", "tts", "activeTab", "notifications", "storage", "windows", "identity", "identity.email" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "oauth2": { "client_id": "562374797209-5qb0dqda5756jldqt2jh6d3ls0q6kf2g.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive.readonly", "https:\/\/www.googleapis.com\/auth\/userinfo.profile", "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/drive.file" ] }, "action": { "default_icon": { "16": "icons\/Lv2.png", "48": "icons\/Lv2.png", "128": "icons\/Lv2.png" } }, "icons": { "16": "icons\/Lv2.png", "48": "icons\/Lv2.png", "128": "icons\/Lv2.png" } }