WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
VEO Automation - Auto VEO on Google Flow

VEO Automation - Auto VEO on Google Flow

View on Chrome Web Store
View VEO Automation - Auto VEO on Google Flow Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (30 ratings)
1 new ratings
63 views
This extension has been viewed 63 times
1 downloads
This extension has been downloaded 1 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Auto VEO your prompts at scale. Batch generate and auto-download videos and images on Google Flow.
Type
Extension
Users
10,000 users
1K
Website kylenguyen.me
Kyle Ng
View author page of Kyle Ng
Published
Published on November 17, 2025
Version 2.3.2.0
Manifest version
3
Updated
Updated on February 13, 2026
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View VEO Automation - Auto VEO on Google Flow Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": {
        "email": "[email protected]"
    },
    "name": "VEO Automation - Auto VEO on Google Flow",
    "description": "Auto VEO your prompts at scale. Batch generate and auto-download videos and images on Google Flow.",
    "version": "2.3.2.0",
    "version_name": "2.3.2",
    "manifest_version": 3,
    "action": {
        "default_title": "VEO Automation - Auto VEO on Google Flow"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-DmAEJHi7.js"
            ],
            "all_frames": false,
            "matches": [
                "*:\/\/labs.google\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "side_panel": {
        "default_path": "src\/ui\/side-panel\/index.html"
    },
    "offline_enabled": true,
    "host_permissions": [
        "*:\/\/labs.google\/*"
    ],
    "permissions": [
        "storage",
        "tabs",
        "background",
        "sidePanel",
        "activeTab",
        "downloads",
        "browsingData"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/labs.google\/*"
            ],
            "resources": [
                "assets\/index.ts-DmAEJHi7.js"
            ],
            "use_dynamic_url": false
        }
    ],
    "icons": {
        "16": "src\/assets\/logo.png",
        "24": "src\/assets\/logo.png",
        "32": "src\/assets\/logo.png",
        "128": "src\/assets\/logo.png"
    }
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top