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",
"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:\/\/labs.google.com\/*",
"https:\/\/*.labs.google.com\/*",
"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",
"cookies",
"scripting",
"storage",
"tabs",
"downloads"
],
"side_panel": {
"default_path": "gateway.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/labs.google\/fx\/*",
"https:\/\/veo.genaipro.vn\/fx\/*"
],
"js": [
"fetch-early-hook.js"
],
"run_at": "document_start",
"world": "MAIN"
},
{
"matches": [
"https:\/\/labs.google\/fx\/*",
"https:\/\/veo.genaipro.vn\/fx\/*"
],
"js": [
"openclaw-debug-kit.js"
],
"run_at": "document_idle",
"world": "MAIN"
},
{
"matches": [
"https:\/\/labs.google\/fx\/*",
"https:\/\/veo.genaipro.vn\/fx\/*"
],
"js": [
"content-panel.js"
],
"run_at": "document_idle"
}
],
"version": "10.7.58"
}