100% Local Storage - No Server Transmission

Privacy Policy

Last Updated: July 9, 2026

Executive Summary: CopyBack is built to be exactly as private as it sounds. All text you copy is stored locally on your device inside Google Chrome's secure sandboxed database. No remote servers exist, no sync calls are scheduled, no accounts are required, and no third-party tracking is present. What you copy stays entirely on your computer.

1. Overview

CopyBack is a standalone utility extension for the Google Chrome web browser, developed by Akshat Pandey. The extension is designed to run locally, providing a history stack of text snippets copied during browsing sessions to protect users from clipboard data loss. We maintain a strict zero-telemetry policy.

2. Information Collected & Stored

CopyBack only captures data when you explicitly perform a "Copy" command (such as pressing Ctrl+C / Cmd+C or selecting "Save to CopyBack" from the context menu) on standard websites. The following parameters are generated and written to Chrome's local database:

3. How Your Data is Used & Storage Architecture

Stored data is exclusively used by the extension to render your copy history list in the popup frame and search through past items. We do not use this data for any secondary purposes.

4. Required Permissions Explained

In accordance with Google Chrome Web Store Developer Policies, CopyBack requests only the narrowest possible permissions necessary to execute its functions. Each permission is mapped directly to actual features:

Permission ID Usage Scope & Necessity
storage Required to write, read, and delete clipboard history items and settings locally in the browser profile database (chrome.storage.local).
contextMenus Enables adding the "Save to CopyBack" item to the browser right-click menu, allowing you to highlight text and manually save it.
alarms Launches a background timer that runs once every 4 hours to verify if history items are older than your auto-cleanup retention window.
notifications Displays native browser notifications to warn you one day in advance before unpinned/unfavorited clips are permanently cleared by automatic cleanup.
tabs Used to access website titles, URLs, and favicon icons during copy events to attach metadata. It is also used to query and inject copy hooks into open tabs when you install or reload the extension.
scripting Used during extension install or update to insert the light content observer script (content.js) dynamically into existing tabs without forcing a page refresh.
host_permissions (http://*/*, https://*/*) Allows the content observer script to load on web pages to listen for the copy event and display the visual "Saved to CopyBack" confirm toast dynamically.

5. Exclusions & Scope Limits

CopyBack's scope is strictly defined by Chrome API boundaries and browser sandbox constraints:

6. Automatic Cleanup & Hard Storage Limits

CopyBack provides settings to control database size and data retention:

7. User Controls & Choice

You maintain full control over all database elements:

8. Security Auditing

9. Contact & Questions

If you have any questions or concerns regarding CopyBack or this privacy policy, you can contact the developer, Akshat Pandey, via ashbuildsinpublic@gmail.com.