Last updated: 2026-05-06
SUNO Automation ("the extension") is a Chrome side-panel extension that
automates one-song creation on suno.com. This document describes what the
extension does and does not do with user data.
What we do
- We read what the user types into the extension's own side panel (style,
lyrics, title, song description, save-folder name, language preference,
and toggle states) and store those values in
chrome.storage.local on the
user's device, so the values persist between sessions.
- While automation is running, the extension reads metadata from clip rows
on suno.com (song UUIDs, titles, durations) to know when each generated
clip is ready, and constructs the direct CDN URL needed to save the
resulting MP3 to the user's Downloads folder.
- All processing happens inside the user's browser.
What we do not do
- We do NOT transmit any user data to any server we operate.
- We do NOT collect, store, or share personally identifiable information,
authentication credentials, financial data, location, web history, or
health data.
- We do NOT use cookies, analytics, advertising SDKs, or third-party
tracking of any kind.
- We do NOT sell user data to third parties.
- We do NOT use user data for credit-scoring or lending decisions.
- We do NOT use user data for any purpose other than the extension's
single, stated purpose (automating song creation on suno.com).
Permissions
The extension requests these Chrome permissions strictly to perform its
single purpose: activeTab, storage, sidePanel, downloads, and host
access to suno.com, *.suno.com, and *.suno.ai. See the Chrome Web
Store listing for a per-permission justification.
Data deletion
Because all data stays on the user's device, the user can delete every
piece of data the extension stores by removing the extension from
chrome://extensions, which clears its chrome.storage.local.
Contact
For questions about this policy, contact: [email protected]