1. Load CSV File
↓
2. Click Start
↓
3. Extension performs setup
- Toggle Unlimited ON
- Set Style → Realistic
- Set Craziness → High
- Save Settings
- Select "Crazy Situation" preset
↓
4. Confirmation for Prompt #1
↓
5. Generate (if confirmed)
↓
6. Confirmation for Prompt #2 (if slot available)
↓
7. Generate (if confirmed)
↓
8. Wait 5 minutes → Check status
↓
9. If completed → Confirmation for next prompt
↓
10. Repeat until all prompts processed
prompt
"Safari, small puppy barks and chases lion away, lion growls then backs off, tourists film handheld, tense natural sounds."
"Large man rides spirited horse polo-style, wildly sways as horse runs, swings mallet clumsily."Rules:
- Header row:
prompt - One prompt per line
- Quotes recommended
- UTF-8 encoding
- Choose CSV File: Opens file picker
- File name: Shows selected file
- Prompts count: Number of loaded prompts
- Completed: Number of finished prompts
- Total: Total prompts in CSV
- Active: Currently generating (X/2)
- Progress Bar: Visual progress indicator
- Percentage: % complete
- Current Prompt: Text of active/next prompt
- Status Message: Real-time updates and errors
- Start: Begin automation
- Pause: Pause (preserves state)
- Reset: Clear all progress
- Space: Toggle Start/Pause
- Shows prompts that failed to generate
- Automatically skipped
- Logged for review
Space: Toggle Start/Pause (when popup open)
- "Automation started..."
- "Automation paused"
- Status updates
- "Successfully loaded X prompts"
- "Reset complete"
- "Setup completed"
- "Invalid CSV format..."
- "Please navigate to..."
- "Failed to start automation"
- Generation errors
| State | Description |
|---|---|
| In Queue | Waiting to start |
| In Progress | Currently generating |
| Completed | Video ready (no status text) |
| Failed | Error occurred, skipped |
The extension stores:
prompts: All prompts from CSVprocessedIndices: Completed promptscurrentIndex: Next prompt to processactiveGenerations: Number of active generationsactiveSlots: Details of active generationsisPaused: Pause statesetupComplete: Initial setup donefailedIndices: Failed prompt indices
| Action | Time |
|---|---|
| Load CSV | Instant |
| Initial setup | ~10-15 seconds |
| Start generation | ~5 seconds |
| Generation time | ~10-20 minutes each |
| Status check | Every 5 minutes |
| Confirmation wait | Until user clicks |
- Install extension
- Copy template_prompts.csv
- Edit with your prompts
- Open Higgsfield AI
- Load CSV in extension
- Click Start
- Confirm each prompt
- Open extension
- Click Start
- Continues from last position
- Open Higgsfield AI tab
- Open extension
- Click Start
- Resumes automatically
- Extension automatically skips
- Shows in "Failed Prompts" section
- Continues with next prompt
- No manual intervention needed
- Progress shows 100%
- "All prompts completed!" message
- Can Reset and start again
- Can load new CSV
/Users/chaitanya/Documents/HIGGSFIELD CHROME EXTENSION/
/Users/chaitanya/Documents/HIGGSFIELD CHROME EXTENSION/template_prompts.csv
/Users/chaitanya/Documents/Prompt_List_Sora.csv
chrome.storage.local.get(null, (data) => console.log(data));chrome.storage.local.clear(() => console.log('Cleared'));chrome.storage.local.get('prompts', (data) => console.log(data.prompts));- Extensions page:
chrome://extensions/ - Service worker: Click "Service worker" on extension card
- Popup inspect: Right-click popup → Inspect
✅ DO
- Load CSV before clicking Start
- Respond to confirmations promptly
- Monitor progress periodically
- Keep Higgsfield AI tab open
- Check Console for errors
❌ DON'T
- Close Higgsfield AI tab during automation
- Manually interfere with page during automation
- Load new CSV while automation running
- Change browser settings mid-automation
- Disable notifications
- Recommended prompts per session: 10-50
- Memory usage: ~50-100 MB
- CPU usage: Minimal (only during checks)
- Network: Only Higgsfield AI requests
- Storage: ~1 KB per 10 prompts
All permissions explained:
- storage: Save your progress
- tabs: Find Higgsfield AI tab
- alarms: Schedule 5-min checks
- notifications: Confirmation dialogs
- higgsfield.ai: Automate the page
Privacy: Nothing leaves your computer.