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.6 (21 ratings)
1 new ratings
9 views
This extension has been viewed 9 times
0 downloads
This extension has been downloaded 0 times

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

Process multiple prompts simultaneously and download videos, images on Google Flow AI VEO Automation.
Type
Extension
Users
5,000 users
1K
Website kylenguyen.me
Kyle Ng
View author page of Kyle Ng
Published
Published on November 17, 2025
Version 2.2.2.0
Manifest version
3
Updated
Updated on January 21, 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": "Process multiple prompts simultaneously and download videos, images on Google Flow AI VEO Automation.",
    "version": "2.2.2.0",
    "version_name": "2.2.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-D0Uz1WGn.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"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/labs.google\/*"
            ],
            "resources": [
                "assets\/index.ts-D0Uz1WGn.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