LiveSync in Chrome with OffiDocs
Ad
DESCRIPTION
This is my first Chrome extension.
This Chrome Extension monitors real-time text changes on webpages and captures specific DOM elements (e.g., captions, status updates, live data). It uses a MutationObserver in a content script to track updates, then sends the data to a background service worker. The latest captured text can be accessed from a popup or relayed to external systems such as streaming software (OBS) using WebSocket integration.