github.com/prshv1/instant_copy
PRIVACY POLICY

We collect
nothing.

Because there's nothing to collect. This extension exists to copy a URL. Full stop.

Effective: June 2025 · URL, Instant Copy v1.0.0
// the details
01

Data Collection

Zero. Null. Nothing. This extension does not collect, store, transmit, or even glance at any personal data, browsing history, or usage metrics. Not locally. Not remotely. Not ever.

02

Permissions — What They Do

Three permissions are declared in the manifest. Here's exactly why:

  • tabs Read the URL of the currently active tab — the one thing you asked us to copy.
  • offscreen Spawn an offscreen document so the Clipboard API works inside a service worker context. Chrome requires this.
  • clipboardWrite Write that URL to your clipboard. That's literally the whole feature.

No host permissions. No storage. No identity. No webRequest.

03

Network Requests

The extension makes zero network requests. It has no server, no backend, no analytics endpoint, no telemetry pipeline. There is no remote infrastructure. The code runs entirely in your browser.

04

Third Parties

No third-party SDKs. No ad networks. No tracking pixels. No crash reporters. No A/B testing frameworks. No dependency that could phone home. The entire codebase is four files you can read in under five minutes.

06

Changes to This Policy

If this policy ever changes (unlikely, given there's nothing to change), the updated version will be committed to the repository with a clear diff. The effective date above will be updated.

07

Contact

Questions? Open an issue on GitHub or reach out via linktr.ee/prshv1.