Precision Auto Clicker · Chrome extension · last updated 18 September 2026
Precision Auto Clicker has no account, no analytics, and no server that receives your settings or the pages you use it on. What you click and where you click it stays in your browser. Two things travel, in the two narrow cases described below, and both of them are about paying: a licence key you paste, and a random identifier the extension makes for itself so that a key can be counted across machines.
Your settings are saved locally in your browser using Chrome's own storage API
(chrome.storage.local). That covers:
None of it is synced to a server, and all of it is removed when you uninstall the extension or clear your browser data. The one exception is the licence key: if you enter one, that key and the identifier are sent once to our licence server, for the reason given below.
| Practice | Status |
|---|---|
| Collecting personal information | Not asked for — the extension has no sign-up, no profile and no email field. A licence key you paste may carry the email it was issued to, and activation sends the random identifier described above. Both are spelled out below. |
| Collecting browsing history | Not done — the extension never reads, records or uploads the pages you visit. |
| Analytics or telemetry | Not done — there is no analytics SDK and no usage reporting of any kind. |
| Sending data to a server | Twice, in two narrow cases — see below. |
| Advertising or tracking | Not done — no ads, no trackers, no affiliate links. There is a promotional panel in the popup, and it is switched off in this build; it loads nothing at all while it is off. |
| Sharing with third parties | Not done — there is nothing to share. |
| Selling data | Not done. |
There are exactly two, they belong to the two ways of paying, and neither happens unless you enter a licence. If you never enter one, the extension makes no network requests at all.
Checked against our payment provider, Dodo Payments, because they are the only party who knows whether a subscription is still being paid for.
live.dodopayments.com).Verified on your machine against a public key that ships inside the extension — the key is a signed token, and the signature is what proves it is genuine. That check needs no server and never will.
It contacts our licence server once, at the moment you enter it, and never again. This is new: it used to make no request at all. The reason for the change is that a key that can be verified entirely offline also cannot be limited, so one buyer could publish their key and any number of people could use it. A one-time licence now works on three devices, and counting them requires asking the server once.
pac-licences.*.workers.dev), not a third party.Dodo Payments is the merchant of record for purchases. Their handling of the purchase itself is covered by their privacy policy; this page covers the extension.
host_permissions) —
the floating control panel has to appear on whatever page you want to act on,
and the lightweight engine dispatches input events into that page. The
extension does not read page content; it only inserts its own panel and sends
input events.debugger) —
used only while the precise engine is actually running. It lets the extension
send mouse input through Chrome's own input pipeline so the input is treated as
genuine. The debugger is detached the moment the run stops. Chrome shows its own
“debugging this browser” notice while this is active; that notice is Chrome's,
not ours, and cannot be hidden.The extension is a general-purpose desktop utility. It is not directed at children, and nothing is collected from anyone who uses it — the only two things that ever leave a machine are the licence key and the random identifier described above.
If this policy ever changes, the new version will be published at this same address and the date at the top will be updated.
Questions about privacy: afunnylin@gmail.com.