Skip to content

Instantly share code, notes, and snippets.

View QuantumPixelator's full-sized avatar

drbowlin QuantumPixelator

  • 13:42 (UTC -05:00)
View GitHub Profile
@QuantumPixelator
QuantumPixelator / KeepAliveExtension.crx
Last active May 6, 2026 13:10
To help users maintain active web sessions on specific sites by automating background pings or simulating minimal user activity in open tabs on a user-defined schedule.
Privacy Policy for "Keep Alive"
Last Updated: May 6, 2026
1. No Data Collection: The "Keep Alive" extension does not collect, store, or transmit any personal information or browsing data to any external servers. All data processed by the extension stays locally on your device.
2. Data Usage: The extension only uses the data you explicitly provide (URLs and intervals) for the sole purpose of maintaining active web sessions.
Storage: Site configurations are stored locally using chrome.storage.sync to persist your settings across your own signed-in Chrome browsers.
Scripting: The extension injects minimal scripts to simulate user activity (mouse moves/focus) only on the domains you have explicitly added to your list.