YouTube_Summary_with_ChatGPT
YouTube_Summary_with_ChatGPT copied to clipboard
Feature: Parallel Chat Video
I have ChatGPT opened in one browser window while listening to podcast in another window.
I want the extension to listen conversation, submit current chunk of transcription from my youtube window to ChatGPT, wait for comments from AI, and then submit next chunk, and continue until end.
I can see the technical challenge of passing the message and triggering action in between two different windows without switching from one to another. The solution might involve an external process to implement job queue, with script in youtube window passing chunks to it, and another script in chatgpt window polling on new chunks to be submitted. Does it make sense or perhaps there is more straightforward solution?
Thanks! This sounds good! Let me dig into this!
Thanks! This sounds good! Let me dig into this!
Do you know what are browser limitations regarding this? Can you just send message from extension running in one window to another?