Vidsy is a Chrome extension that detects and downloads video and audio streams from web pages. This policy describes what data Vidsy handles and what it does not do.
Vidsy does not collect, transmit, sell, or share any personal information. Specifically, Vidsy does not collect:
Vidsy uses chrome.storage.local and chrome.storage.session to persist the following on your machine only. This data never leaves your browser:
During active downloads, Vidsy writes segment data to the Origin Private File System (OPFS) as scratch space for local WebAssembly remuxing and resume. These scratch files are deleted as soon as the download completes or is cancelled, and any orphaned files left behind by a crash are purged the next time the extension's offscreen document starts.
Starting in v1.1.0, Vidsy can offer to handle browser-initiated video and audio downloads through its own pipeline instead of the browser's native flow. The setting is on by default and can be disabled from the extension's Options page.
When the interceptor is on, Vidsy:
chrome.downloads.onCreated — a browser event fired locally on your machine when any download startsvideo/*, audio/*, or a large opaque media-extension download)None of this information is transmitted anywhere. The event payload is read in the extension's local service worker, used solely to render the dialog, and discarded once the user makes a choice. Downloads from blob:, data:, and chrome-extension: URLs (i.e. Vidsy's own outputs) are ignored to avoid intercepting our own files. The interceptor never operates on YouTube, YouTube-nocookie, or googlevideo hosts.
Vidsy does not communicate with any server operated by the developer. The only network requests Vidsy makes are:
No analytics, telemetry, crash reporting, or third-party tracking is included.
Vidsy's Chrome permissions are documented in the Chrome Web Store listing. Each is scoped to the extension's single purpose: detecting media on the current page and saving downloads to the user's Downloads folder. The downloads permission is additionally used by the optional browser-download interceptor described above. No permission is used to collect or transmit user data.
Vidsy is not directed at children under 13 and does not knowingly collect data from anyone.
If this policy changes, the "Last updated" date at the top will change. Material changes will be noted in the extension's release notes.
Questions: sm227465@gmail.com or open an issue at github.com/SM227465/Vidsy/issues.