1. Privacy Policy (for all extensions) • This extension does not collect any user data • This extension does not sync any data to any remote server. It only uses local storage (chrome.storage.local or window.localStorage) • This extension does not monitor the user • This extension does not communicate with any remote servers unless provided in the "Privacy Policy (per-extension)" • Permissions that this extension uses are explained in the "Permissions are Explained" section of the FAQs page 2. Privacy Policy (per-extension) 2.1 Open in VLC Extension This extension sends one or more URL(s) that the user requested to the VLC application on a user-action. This means VLC application needs to connect to the remote server to get the media content. 2.2 Virus Checker for Downloads Extension If your free API key for VirusTotal is set on the options page, this extension sends the URL of the downloaded file to virustotal.com to check against different antivirus solutions, otherwise, all links are simply being ignored. Note that you can add file mimes to the options page to skip them from being checked. 2.3 Reader View Extension This extension uses the current DOM tree and does not fetch anything from any external resources. It just declutters the current DOM. There is no server-side interaction whatsoever. 2.4 Auto Tab Discard Extension This extension works offline. There is no server-side interaction whatsoever. 2.5 Proxy Switcher and Manager Extension This extension only alters the proxy configuration of your browser per user preference. There is no server-side interaction whatsoever. 2.6 JSON Beautifier & Editor Extension This extension inserts a JS code to each page and if the page mime type matches with one of popular JSON mime formats, the interface loads. Since the JSON content is already available, there is no server-side fetching. There is no server-side interaction whatsoever.