SpamScope ("the Extension") is a Chrome extension that hides spam comments on YouTube and Instagram. This policy explains exactly what data the Extension processes, where it goes, and how long it lives. We collect the minimum needed to do one job: classify whether a comment is spam.
When you load a YouTube video page or an Instagram post / reel, the Extension's content script reads, from the page DOM only:
youtube or instagram).The Extension does not read your email, browsing history, cookies, authentication tokens, private messages, or any page outside of YouTube and Instagram. It does not interact with logged-in account APIs.
The text, username, and platform tag described above are sent over HTTPS to
the SpamScope classification API at
https://spam-detection-production-8552.up.railway.app/api/extension/classify.
The server replies with a label (spam, maybe-spam, or
clean) and a confidence score, which the Extension uses to hide
or keep the comment.
No other identifiers are transmitted: not your IP-as-an-identity, not your Google account, not browser fingerprints, not cookies. The HTTP request itself naturally carries your IP address (any web request does), but it is never logged against the comment contents nor used to build a profile.
The classification API forwards comment text to Hugging Face Inference (huggingface.co) to run the spam-detection model. Hugging Face acts as a stateless inference provider; comment text is sent for scoring and is not used by us to train models or stored beyond the duration of the request.
storage.sync
and storage.local APIs: your enable/disable preferences, your
per-platform toggles, your "Mark as spam" list (hashed comment text only,
no usernames), and a counter of how many comments have been hidden.
storage — saves your settings and your manual spam list to
your browser, locally and via Chrome sync.
youtube.com and instagram.com —
needed for the content script to read comments on those sites.
spam-detection-production-8552.up.railway.app — needed for
the Extension to ask the SpamScope API to classify a comment.
SpamScope is not directed at children under 13. It does not knowingly collect data from them.
If we materially change what data the Extension processes, we will update this page and bump the "Last updated" date above. Continued use of the Extension after a change constitutes acceptance of the updated policy.
Questions, deletion requests, or security reports: yerbolat.mukan@globerce.capital.