Extension: QueueIt Last updated: 2026-03-28
QueueIt scans web pages you visit for song mentions and lets you add those songs to your Spotify queue.
Nothing is sent to the developer. Data is stored on your device only.
| Data | Storage | Why |
|---|---|---|
| Spotify access token & refresh token | chrome.storage.local (persisted) |
Required to authenticate with the Spotify API |
| AI API key (optional) | chrome.storage.session (cleared on extension close) |
Required to use the AI Scan feature |
When you use this extension, your browser communicates directly with:
api.spotify.com) — to search for tracks and add them to your queue. Governed by Spotify’s Privacy Policy.api.anthropic.com) — only when you use AI Scan with a Claude API key. Governed by Anthropic’s Privacy Policy.api.openai.com) — only when you use AI Scan with an OpenAI API key. Governed by OpenAI’s Privacy Policy.generativelanguage.googleapis.com) — only when you use AI Scan with a Gemini API key. Governed by Google’s Privacy Policy.openrouter.ai) — only when you use AI Scan with an OpenRouter API key. Governed by OpenRouter’s Privacy Policy.When you click “Scan Page” or “AI Scan”, the extension reads the text content of the active browser tab. This text is:
No page content is ever sent to the developer.
activeTab / scripting: to read the current tab’s content when you click Scan.storage: to save your Spotify tokens and AI API key locally.tabs: to open the Spotify auth page and AI provider console links.api.spotify.com, accounts.spotify.com, and AI provider endpoints: limited to only the services this extension uses.For questions or concerns, open an issue at https://github.com/xsaardo/queue-it.