Last updated: August 29, 2026
OpenAsGuest checks supported Google Drive and Dropbox file links directly from your browser. It has no developer-operated server, account, analytics, advertising, telemetry, or persistent link history.
A provider check occurs only when the user:
Opening the toolbar popup grants temporary activeTab access and can read the active tab URL to recognize and prefill a supported sharing page. That recognition happens locally. Merely opening the popup does not contact Google, Dropbox, OpenAsGuest, or Buy Me a Coffee.
For a requested check, OpenAsGuest sends a normalized version of the selected link directly to its original Google or Dropbox sharing flow using:
credentials: "omit";cache: "no-store"; andreferrerPolicy: "no-referrer".The request does not include the user’s existing provider cookies, HTTP authentication credentials, or TLS client credentials. The provider still receives the requester’s IP address and ordinary network/device information. OpenAsGuest is not an anonymity or anti-tracking service.
The browser may follow provider-controlled redirects. A result is accepted only when the final HTTPS response remains on an allowlisted Google or Dropbox access/content host. An unexpected final host produces Couldn’t verify guest access.
Some links contain a resourcekey, rlkey, or similar capability value needed for guest access. OpenAsGuest preserves only the recognized provider token needed for the check and removes unrelated query parameters. Treat sharing links as potentially sensitive.
HTML or text provider responses are inspected locally as inert text, never rendered or executed, and read only up to 512 KiB. Dropbox shared-file checks request Range: bytes=0-0. When Dropbox returns a binary file response, OpenAsGuest verifies the status, content type, and final host, then cancels the response body.
The background process can retain a sanitized result in memory under a SHA-256 hash of the prepared link. Confirmed results expire within ten minutes; ambiguous results expire within 30 seconds. Toolbar checks and repair rechecks bypass that cache and request a fresh result.
For a right-click check, a random opaque job identifier, the selected link, and a sanitized result can remain in background memory for up to ten minutes so the internal result page can display and recheck it. The tested link is never placed in that page’s address. All temporary data disappears when it expires or the extension background is restarted.
OpenAsGuest does not write sharing links, query parameters, provider responses, file titles, check results, or usage counts to persistent extension storage.
OpenAsGuest does not send the developer:
There is no remote database, cloud synchronization, or link-history screen.
OpenAsGuest requests:
activeTab, to read the current tab URL only after the user opens the toolbar popup and prefill it when supported;contextMenus, to provide the deliberate right-click check; andIt does not request <all_urls>, clipboard, cookies, notifications, webRequest, private-window, or content-script access.
storage permission on Chrome and EdgeThe Chrome and Edge builds request storage; the Firefox build does not. It is used for one thing: holding a right-click check's record so the result tab can poll it and offer a recheck.
Those builds run on a service worker that the browser shuts down after roughly thirty seconds idle, taking anything held in memory with it. Firefox keeps a longer-lived background page and needs no such permission, so it is not requested there.
Only storage.session is used. It is memory-backed, is never written to disk, is not synced, and is cleared when the browser closes. The statement above that nothing is written to persistent extension storage therefore holds on every browser.
The manifest declares Mozilla’s required websiteContent category because the selected provider link is transmitted to Google or Dropbox and the returned provider response is inspected locally. Nothing is transmitted to the developer.
The extension-owned interface shows its Buy Me a Coffee prompt only after a fresh recheck verifies that a link previously reported as restricted or broken now opens without sign-in. Every feature remains free.
Opening Buy Me a Coffee is a separate, user-initiated visit to a third-party website. No checked link or result is appended to that URL. Buy Me a Coffee’s own privacy terms apply to that visit.
Questions, corrections, and privacy requests can be sent to rolf@eriksenlabs.com, which is monitored.