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": "Tellus AI: Real-Time Video Translation",
"short_name": "Tellus AI",
"version": "2.0.2",
"description": "AI-powered real-time translation tool for videos, meetings, and live streams, supporting 50+ languages.",
"homepage_url": "https:\/\/tellusai.app",
"permissions": [
"scripting",
"activeTab",
"tabCapture",
"offscreen",
"storage",
"tabs"
],
"action": {
"default_title": "Tellus AI",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"service_worker": "background.js"
},
"externally_connectable": {
"matches": [
"https:\/\/tellusai.app\/*"
]
},
"host_permissions": [
"https:\/\/tellusai.app\/*",
"https:\/\/api.tellusai.app\/*",
"https:\/\/app.tellusai.app\/*"
],
"web_accessible_resources": [
{
"resources": [
"content.html",
"style.css"
],
"matches": [
"https:\/\/*\/*"
]
}
]
}