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 Feb 28, 2026.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"action": {
"default_title": "Auto Flow - Auto Veo & Nano Banana Pro"
},
"background": {
"service_worker": "background.js"
},
"default_locale": "en",
"description": "Automate your bulk video creation workflow on Google Flow AI. Supports latest models like VEO. Save time and accelerate creativity!",
"host_permissions": [
"https:\/\/labs.google\/*",
"https:\/\/*.supabase.co\/*"
],
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"manifest_version": 3,
"name": "Auto Flow - Auto Veo & Nano Banana Pro",
"permissions": [
"sidePanel",
"activeTab",
"scripting",
"storage",
"tabs",
"downloads"
],
"side_panel": {
"default_path": "gateway.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/labs.google\/fx\/*",
"https:\/\/veo.genaipro.vn\/fx\/*"
],
"js": [
"content-panel.js"
],
"run_at": "document_idle"
}
],
"version": "10.6.81"
}