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": "Real-Time Video & Audio Translation",
"description": "AI-powered real-time translation for any video, meeting, or live-stream across 100+ languages.",
"version": "0.1.4",
"icons": {
"48": "icon48.png",
"128": "icon.png"
},
"action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js\/vendor.js",
"js\/inject.js"
],
"css": [
"inject.css"
]
}
],
"background": {
"service_worker": "js\/background.js"
},
"permissions": [
"identity",
"storage",
"tabs",
"activeTab",
"tabCapture",
"offscreen",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"oauth2": {
"client_id": "215397583917-vbivmfrfhbgdu4l7i5svm8jvokh1fu41.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile"
]
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmZqMV0Z+TJNTMcewLiP3nsYgv8IuJXROuza+8+PJfRC8VneswYFa++Sjqwlc\/6DpzQU\/0WQKcO3aOXyxlOvba0RSWX5KSYCKTGRfWCi5J0UvNHSLazr69etsKpV8mOG7wyTrgj3etTISFJtzCVLc5wrY3339mGyubWnHQA6ENqrW5sp65K6LxPOKD4IU23m7cAc8HgQbev6E5xTpf3Wz5VS7bUfXek\/Stwo29SqCNimIMUaAwB8fWrF9Aah66rr4WAwGuJTjwo5v7qNYnEnNt5Sfghn3yHbeLc4vuQTXJvhJH6VKetH+CDSQnJYNqSt7LdI0t4KH5qYn7bS5epM9pQIDAQAB"
}