Encode / Decode · Chrome Extension · Version 1.0.0
Encode / Decode does not collect, transmit, or share any of your data. All processing is performed entirely within your browser's extension popup — no servers, no analytics, no third-party services.
This extension collects no data. The text you enter for encoding or decoding is never sent over the network. It is processed by JavaScript running in the extension popup and is discarded when the popup closes.
The extension declares a single permission:
storage — Used solely to remember your interface language preference (e.g., if you switch from English to French, that choice is saved to chrome.storage.local so the extension opens in French next time). This data is stored locally in your browser and is never transmitted anywhere.The "Copy" button uses the standard navigator.clipboard.writeText() API. This is a browser-managed capability that requires no special permission in extension popups. No clipboard data is read or transmitted.
This extension makes no network requests, embeds no third-party scripts, loads no external fonts or resources, and includes no tracking or analytics code.
If this policy is updated, the version number and date at the top will reflect the change. Continued use of the extension constitutes acceptance of the current policy.
This extension is provided by an individual developer. If you have questions about this privacy policy, please open an issue on the GitHub repository.