The extension has no analytics, no advertising, no tracking, and no server of its own. The domains you paste never leave your computer. The only thing ever sent off your device is your licence key, sent to the payment provider once a day to confirm your subscription is still active. Nothing is sold or shared with anyone else.
| Data | Where it lives | Why |
|---|---|---|
| Domains you paste into the box | In the page only, while the popup is open. Not saved unless you press Save. | To build the URLs that get opened in tabs |
| Saved domain lists (Pro) | chrome.storage.local on your computer |
So you can reuse a list. Never uploaded. |
| Licence key, the date it was last checked, and a plan label such as "Pro" | chrome.storage.sync |
To keep Pro unlocked without asking you to paste the key again |
chrome.storage.sync is a Chrome feature: Chrome replicates it through
your own Google account so that your licence key follows you to another
computer where you are signed in. That replication is done by Chrome, not by the
Developer, and the Developer cannot read it.
Once every 24 hours at most, and only if you have activated a licence, the extension sends a single HTTPS request:
https://api.polar.sh/v1/customer-portal/license-keys/validate
(Polar Software Inc., the payment provider and merchant of record)The domains you paste, your saved lists, your browsing history, and the pages you visit are never part of that request and are never uploaded anywhere. If you have not activated a licence, the extension makes no network requests at all.
Polar receives that request and, like any web server, sees your IP address and timestamp. Polar's handling of that is covered by Polar's privacy policy.
Purchases happen on Polar's own hosted checkout page in a normal browser tab, not inside the extension. Your card details are handled entirely by Polar and its payment processor. The Developer never sees or stores your card number. The Developer can see the order and the email address you used, because that is how a licence key and a refund are issued.
Exactly one: storage, to keep your licence key and saved lists on your
device. The extension requests no host permissions, so it cannot read
or change the content of any website you visit, and it has no access to your browsing
history, bookmarks, tabs content, downloads, cookies, or clipboard. It opens new tabs
at URLs it builds from the domains you typed; what you then do on those third-party
sites is between you and those sites.
The extension's use of information received from Google APIs and from users adheres to the Chrome Web Store User Data Policy, including the Limited Use requirements. Specifically, user data is:
This is a professional SEO tool. It is not directed at children and is not intended for use by anyone under 13.
If the extension's data practices ever change, this page is updated and the date at the top changes with it. A change that affects what leaves your device will also be disclosed inside the extension before it takes effect.
Abdullah Khan · Email · replies within 3 business days.