A free, independent browser extension for DeepMeta contributors
DeepMeta Never Sleep is a free, independent browser extension for contributors working on DeepMeta (creativ.zone). It is not affiliated with, endorsed by, or associated with DeepMeta, creativ.zone, or Google — it’s a small unofficial tool built by a contributor, for contributors.
deepmeta.creativ.zone and holds the system awake (the screen can still turn off) until the upload finishes, so long uploads don’t get interrupted by the OS going to sleep.Everything runs locally in your browser. Nothing is collected, sold, or sent to the developer.
Get it from the Chrome Web Store — works in Chrome, Edge, and other Chromium-based browsers.
deepmeta.creativ.zone and its Cloudflare Workers upload proxy watches network request lifecycle events (start/complete/fail) to know when to hold the system awake, via the browser’s Power Management API (chrome.power).chrome.identity sign-in flow (Google’s own account picker and consent screen — the extension never sees your password), requests the https://www.googleapis.com/auth/tasks scope, and writes a task (title, deadline, and a link back to the brief) to your own Google Tasks account only when you like a brief. The extension never reads your existing tasks or any other Google data.| Permission | Why |
|---|---|
tabs |
Detect open DeepMeta tabs |
power |
Prevent system sleep during an active upload |
webRequest |
Observe upload request lifecycle to know when to release the keep-awake lock |
alarms |
Schedule internal timers (e.g. settle delays for scroll restore) |
storage |
Save your feature toggles and Google Tasks list choice locally, on your device |
identity |
Google sign-in for the optional Google Tasks feature |
Host access to deepmeta.creativ.zone and *.workers.dev |
The site the extension operates on, and its Cloudflare Workers upload proxy |
DeepMeta Never Sleep does not collect, store, or transmit any personal data to the developer or any third party. See the full Privacy Policy for details.
github.com/krakozavr/DeepMetaNeverSleep — MIT licensed. Open an issue there for bugs or questions.