Privacy Policy — Last updated: April 2026
Proxy Manager Pro is a Chrome extension that allows users to configure and manage HTTP, HTTPS, SOCKS4, and SOCKS5 proxy connections directly in Chrome. All data is stored locally on your device. We do not collect, transmit, sell, or share any personal information.
The following data is stored exclusively on your device using
chrome.storage.local:
Proxy credentials (username & password) are stored in
chrome.storage.session
only — they are automatically deleted when the browser is closed.
| Permission | Reason |
|---|---|
| proxy | Required to configure Chrome's proxy settings via the chrome.proxy API — the core function of this extension. |
| storage | Saves proxy profiles and settings locally on your device. No data is synced to the cloud or sent externally. |
| tabs | Reads the current tab's URL to support per-domain bypass rules (direct connection vs. proxy routing). |
| webRequest | Monitors requests passing through the proxy to support request-count-based rotation. No request content is read or modified. |
| webRequestAuthProvider | Automatically supplies proxy credentials when a proxy server requires Basic Authentication, preventing repeated login prompts. |
| notifications | Displays system notifications when the proxy changes (e.g., auto-rotation switched to a new proxy). No data is collected. |
| alarms | Schedules automatic proxy rotation at user-defined intervals using chrome.alarms, which works reliably even when the service worker is inactive. |
| <all_urls> | Required for the chrome.proxy API to intercept and route requests for all websites through the user-configured proxy server. The extension does not read or modify any page content. |
This extension does not integrate with any analytics platforms, advertising networks, or tracking services. No third-party code is loaded remotely — all JavaScript is bundled within the extension package.
The optional "Server Sync" feature connects only to a server URL that you manually configure. The extension developer has no access to that server or its data.
This extension does not use any remote code. All JavaScript is included in the extension
package and reviewed by the Chrome Web Store. No eval(),
no external <script> tags,
and no dynamically loaded modules.
If this policy is updated, the new version will be published at this URL with an updated date. Continued use of the extension after changes constitutes acceptance of the revised policy.