QwenVideoFactory
: IProjectOverview
QwenVideoFactory is a Chrome extension for bulk video-prompt automation on chat.qwen.ai. It queues a list of prompts, submits them sequentially with configurable delays, and downloads the resulting videos — all working strictly within a single account’s own daily generation limit rather than trying to get around it.
Key Features
- Bulk Prompt Queue: Accepts pasted or uploaded prompt lists for unattended, sequential processing.
[video]Tag Filtering: Prefix prompts meant for video generation with a[video]tag so the extension can pick them out of a mixed list of prompts.- Configurable Delays: Min/max delay settings between submissions, with the queue waiting for each generation to complete before advancing.
- Quota-Aware: Detects when the account’s daily limit is hit and stops the queue cleanly instead of attempting to cycle accounts or work around the limit.
- Pause / Resume / Stop: Queue state is preserved across sessions, including automatic pausing when the chat.qwen.ai tab loses focus (working around Chrome’s background tab throttling).
- Sequential Downloads: Generated videos are saved automatically to a user-selected folder with zero-padded sequential filenames (
001.mp4,002.mp4, …).
Technical Implementation
Architecture
Implemented as an unpacked Chrome extension with a side panel interface. Content scripts interact directly with the chat.qwen.ai page DOM, while a background service worker coordinates the queue and automation logic.
Current Status
Early scaffold stage — the project structure is in place, but the DOM selectors in content-scripts/qwen.js are unverified placeholders that still need live inspection of chat.qwen.ai before the automation is functional. A screenshot will be added once the extension reaches a working state.
Future Enhancements
- Verify and finalize DOM selectors against the live chat.qwen.ai interface
- Add a screenshot/demo once core automation is confirmed working
- Extend
[video]-style tagging to support other generation modes if Qwen adds them