# Claimly — Privacy Policy

# Claimly — Privacy Policy


_Last updated: 21 August 2026_


Claimly is a browser extension that claims the free daily rewards on the

Supercell Store on your behalf. This document describes exactly what it does

with data.


## Short version


Claimly collects nothing, sends nothing anywhere, and has no server. Everything

it stores stays in your own browser.


## What Claimly stores


All of it lives in `chrome.storage.local` on your machine only:


| Data | Why |

| --- | --- |

| Your settings (games, store language, run time, toggles, theme) | To remember how you configured it |

| A log of the last run | So you can see what happened, and paste it into a bug report if something breaks |

| A history of up to 60 past runs (date, outcome, reward names) | The History tab and the streak counter |

| Counters (rewards claimed, success rate) | The statistics on the Home tab |

| The date the support banner was last dismissed | So it does not reappear for another 10 days |


Uninstalling the extension deletes all of it. You can clear the run history at

any time from the History tab.


## What Claimly does *not* do


- It does not collect, transmit, or sell personal data.

- It has no analytics, telemetry, crash reporting, or advertising.

- It never sees, stores, or transmits your Supercell ID, password, email

 address, payment details, or session cookies. Signing in is something you do

 yourself, in a normal browser tab, directly with Supercell.

- It never makes a purchase, adds anything to a cart, or interacts with a

 payment form. The claiming logic explicitly refuses to click any control

 whose label matches a purchase, sign-in, or cookie-consent action, and only

 clicks a button when the page's own data proves the offer is free.

- It contains no remotely hosted code. Every line that runs ships inside the

 extension package.


## Permissions and why each one is needed


| Permission | Reason |

| --- | --- |

| `storage` | Saving the settings and history listed above, locally |

| `alarms` | Waking up once a day at the time you chose |

| `notifications` | The optional "reward claimed" desktop notification |

| `scripting` | Running the claiming routine on the store page |

| `https://store.supercell.com/*` | The only site Claimly can touch. It cannot read or act on any other website. |


## Network activity


Claimly makes no network requests of its own. It opens `store.supercell.com`

in a browser tab, exactly as you would, and the requests that follow are the

store's own. Nothing is sent to the author or to any third party.


## Support links


The Support button opens an external donation page (Buy Me a Coffee) in a new

tab. That page is operated by a third party and has its own privacy policy.

Nothing about you is passed to it by Claimly.


## Affiliation


Claimly is an independent, fan-made project. It is not affiliated with,

endorsed by, or sponsored by Supercell. Supercell, Brawl Stars, Clash of Clans,

Clash Royale, Hay Day and Squad Busters are trademarks of Supercell Oy.


## Contact


Questions about this policy can be sent to the contact address listed on the

extension's Chrome Web Store listing.



Report Page