TWmeme

Privacy Policy

TWmeme Chrome Extension · Last updated: 2026-05-11

This Chrome extension lets you type :meme <keyword> inside chat boxes (LINE, Threads, Instagram) to insert a meme from the public TWmeme catalog. It is built and maintained as an open-source side project (github.com/u9511112/twmeme).

What this extension collects

Nothing personally identifiable. Specifically:

What network requests it makes

The only outbound requests are to:

These are the same endpoints twmeme.vercel.app uses. The connection is read-only by Postgres-level GRANT permissions (the web_anon role can SELECT public memes and INSERT anonymous search logs only; it cannot read logs back, cannot modify the catalog).

What gets logged on the server side

When you complete a search (the overlay actually returns results), the extension inserts a row into TWmeme's search_queries table containing:

No IP address, user agent, account identifier, or cookie is sent or stored alongside this row. Logs are used solely to improve catalog coverage — which queries return no results, which memes to add next.

If you'd rather not log queries at all, disable the extension. There is no separate opt-out toggle in v0.0.x.

What gets stored locally (Chrome Storage)

Starting in a later version, the extension may store your last 8 picked memes in chrome.storage.local to provide a "recent" carousel. This data:

Open source

Source code: github.com/u9511112/twmeme/tree/master/extension

You can audit every line. If you find a privacy issue, open a GitHub issue and the author will respond.

Contact

Questions about this policy: u9511112@gmail.com or via GitHub issues.

Changes to this policy

If material changes happen (new endpoints, new data collected), this file will be updated and the extension version will bump. The current version is recorded in the published Chrome Web Store listing.

← 回 TWmeme