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": "AI-Video Translator",
"version": "2.3.0",
"version_name": "2.3.0-prod",
"description": "Translate your videos into any language with AI voice dubbing. Flexible pricing plans!",
"permissions": [
"activeTab",
"storage",
"tabs",
"sidePanel",
"downloads"
],
"host_permissions": [
"https:\/\/v2.brandid.app\/*",
"https:\/\/brandid.us-east-1.linodeobjects.com\/*",
"https:\/\/us-east-1.linodeobjects.com\/*",
"https:\/\/translation-extension.watchthemlive.com\/*",
"https:\/\/www.googleapis.com\/*",
"https:\/\/commondatastorage.googleapis.com\/*",
"https:\/\/buy.stripe.com\/*",
"https:\/\/translation-extension.brandid.app\/*"
],
"action": {
"default_title": "AI-Video Translator - Click to pin side panel"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"assets\/icons\/*",
"assets\/country-flags\/*",
"privacy-policy.html"
],
"matches": [
"https:\/\/v2.brandid.app\/*",
"https:\/\/translation-extension.watchthemlive.com\/*"
]
},
{
"resources": [
"payment-success.html",
"payment-success.js",
"payment-failure.html",
"payment-failure.js",
"styles\/popup.css",
"assets\/*",
"video_translate\/payment\/success\/index.html",
"video_translate\/payment\/success\/success-redirect.js",
"video_translate\/payment\/cancel\/index.html",
"video_translate\/payment\/cancel\/cancel-redirect.js"
],
"matches": [
"https:\/\/v2.brandid.app\/*",
"https:\/\/translation-extension.watchthemlive.com\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'none'; connect-src 'self' https:\/\/v2.brandid.app https:\/\/brandid.us-east-1.linodeobjects.com https:\/\/us-east-1.linodeobjects.com https:\/\/commondatastorage.googleapis.com https:\/\/www.googleapis.com https:\/\/translation-extension.watchthemlive.com https:\/\/buy.stripe.com https:\/\/translation-extension.brandid.app;",
"sandbox": "sandbox allow-scripts allow-forms;"
},
"externally_connectable": {
"matches": [
"https:\/\/v2.brandid.app\/*"
]
}
}