This extension was created with the awesome extensionizr.com
A chrome extension that will refresh tabs based on regex messages sent from a websocket server.
Use case
You want to automatically tell chrom to refresh tab(s) based on a regex.
The Technical Stuff
The chrome extension will create a WebSocket instance that subscribes to a WebSocket server. The websocket server in-turn needs to send a regex message to the subscriber (chrome extension). The extension will use the regex and reload tabs who's URL matches the regex.
Github repo and detailed doc: https://github.com/ahmed-musallam/websocket-refresh-chrome-ext