I am interested in developing a Chrome or Firefox extension that can capture video from a window or tab. My goal is to record full screen videos, such as those on YouTube, for offline viewing similar to a DVR for online content. Creating an extension seems straightforward, so my main inquiries are:
- What is the process for capturing a full screen/window or tab using Javascript?
- Is it possible to position the captured window offscreen and adjust its size to fit a specific device, like a tablet?