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",
"name": "Live Captions",
"description": "Live Multi-Language Captions for In-Person Presentations - With Optional Real-Time Translation",
"version": "2.4.0.0",
"manifest_version": 3,
"icons": {
"16": "static\/hi_16.png",
"32": "static\/hi_32.png",
"48": "static\/hi_48.png",
"128": "static\/hi_128.png"
},
"host_permissions": [
"*:\/\/*\/*",
"file:\/\/*\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"action": {
"default_title": "Click to show window"
},
"permissions": [
"activeTab",
"scripting",
"identity",
"identity.email",
"storage"
],
"background": {
"service_worker": "service-worker.js",
"type": "module"
},
"minimum_chrome_version": "116",
"oauth2": {
"client_id": "987736763956-411vus1irj04i07mqqiaf50hp8uvvpp8.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
}
}