Skip to content

Instantly share code, notes, and snippets.

@AgamMalik
Created May 20, 2026 11:06
Show Gist options
  • Select an option

  • Save AgamMalik/106497a35fde4226cf99f8cf7563885a to your computer and use it in GitHub Desktop.

Select an option

Save AgamMalik/106497a35fde4226cf99f8cf7563885a to your computer and use it in GitHub Desktop.
Shadow Fight Arena — Privacy Policy

Privacy Policy — Shadow Fight Arena

Effective date: May 20, 2026 Last updated: May 20, 2026 Extension: Shadow Fight Arena (Chrome Web Store) Publisher: Agam Malik Contact: agam.malik31@gmail.com

Summary

Shadow Fight Arena does not collect, store, transmit, sell, share, or log any personal information, browsing data, page content, URLs, analytics, or telemetry of any kind. Everything the extension does runs entirely on your own device, inside your own browser, and is discarded the moment you close the tab or toggle the extension off.

We have no servers. We have no database. We have no analytics provider. We have no tracking pixels. We do not use cookies.

What the extension does

When you explicitly activate the extension on a webpage (by clicking the toolbar icon or pressing Cmd/Ctrl+Shift+Y), it reads the on-screen position and size of visible elements (text, images, headings, links, buttons) on that page so it can use them as in-game platforms and collectible weapons. This reading happens entirely inside your browser tab using standard browser APIs (getBoundingClientRect, getComputedStyle). The information exists only in your tab's memory for the duration of the game and is discarded when you toggle the extension off or close the tab.

The extension never sends any of this information anywhere. It makes no network requests of any kind.

Permissions and why we ask for them

  • activeTab — lets the extension read the layout of the tab you are currently looking at, but only after you click the icon or press the shortcut. Access is automatically revoked when you navigate away.
  • scripting — lets the extension inject its own bundled game modules and a single overlay <canvas> element into the active tab when you activate it.
  • host permissions (http:///, https:///) — lets you choose to activate the game on any webpage you visit, since the extension is not tied to any specific website. The extension stays completely dormant on every page until you explicitly toggle it on.

Remote code

The extension does not load, execute, or evaluate any remote code. Every JavaScript module the extension uses is bundled inside the extension package and reviewed by the Chrome Web Store.

Third-party services

We use no third-party SDKs, no analytics, no ads, no crash reporting services, no telemetry. The extension communicates with zero external servers, including our own (we don't have any).

Children's privacy

Because we collect no information whatsoever, we collect no information about anyone, including children under 13.

Changes to this policy

If this policy ever changes, the updated version will replace this document at the same URL and the "Last updated" date above will change accordingly.

Contact

Questions about this policy: agam.malik31@gmail.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment