Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jan 29, 2026.
{
"action": {
"default_title": "Auto VEO 3.1 Nano Banana Pro - labs.google"
},
"author": {
"email": ""
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"all_frames": false,
"js": [
"assets\/index.ts-xzTBZWQl.js"
],
"matches": [
"*:\/\/labs.google\/*"
],
"run_at": "document_end"
}
],
"description": "Process multiple prompts simultaneously and download videos, images on Google Flow AI VEO Automation.",
"host_permissions": [
"*:\/\/labs.google\/*"
],
"icons": {
"16": "src\/assets\/logo.png",
"24": "src\/assets\/logo.png",
"32": "src\/assets\/logo.png",
"128": "src\/assets\/logo.png"
},
"manifest_version": 3,
"name": "Auto VEO 3.1 Nano Banana Pro - labs.google",
"offline_enabled": true,
"permissions": [
"storage",
"tabs",
"background",
"sidePanel",
"activeTab",
"downloads"
],
"side_panel": {
"default_path": "src\/ui\/side-panel\/index.html"
},
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.0",
"version_name": "1.0.0",
"web_accessible_resources": [
{
"matches": [
"*:\/\/labs.google\/*"
],
"resources": [
"assets\/index.ts-xzTBZWQl.js"
],
"use_dynamic_url": false
}
]
}