Privacy Policy
Fix Your Right Click is a browser extension that restores right-click, copy, paste, and text selection on websites you choose to turn on. This page explains what the extension does and does not do with your data.
Summary
Fix Your Right Click does not collect, store on a server, sell, or share your browsing history, page content, clipboard contents, or personal information. There is no analytics, advertising, account system, or remote code. The extension does not make network requests to the developer or any third party.
Data stored on your device
The extension saves a list of hostnames you turned on in
chrome.storage.local (or the equivalent browser storage
API). This list stays in your browser so the extension can remember
which sites should stay unlocked when you return. You can turn a site
off from the popup at any time; that removes it from the list and
restores the page’s original blocking behavior.
Nothing in this list is transmitted off your device.
What we do not collect
- Personally identifiable information
- Health or financial information
- Authentication credentials
- Personal communications
- Location
- Web history or page content
- User activity beyond the hostname list above
Permissions
The extension requests the minimum browser permissions needed to do its job:
| Permission | Why it is needed |
|---|---|
storage |
Remember which sites you turned on. |
scripting |
Add and remove the page changes that restore right-click, copy, paste, and selection when you turn a site on or off. |
host_permissions: <all_urls> |
Granted once at install so you can turn the extension on for any site from the popup. Scripts still run only on sites you turn on. Turning a site off does not remove this install-time grant. |
The extension does not request webRequest, cookies,
identity, or a static content script on every website.
Third parties
Fix Your Right Click does not use third-party analytics, crash reporting, advertising, or payment services. Store listings may link to this page or to the public source repository; visiting those links is governed by GitHub’s and the browser store’s own policies, not by data collection inside the extension.
Children
Fix Your Right Click is a general-purpose browser utility and is not directed at children under 13. We do not knowingly collect personal information from anyone.
Changes
If this policy changes, the updated text will be published at this URL with a new “Last updated” date.
Contact
Questions or privacy concerns: GitHub Issues. Source code: github.com/codeyourwayup/wxt-copy-enabler.