The official browser extension for anon.li — Anonymous email aliases and encrypted file sharing.
- Generate on the Fly: Quickly create a random anonymous email alias directly from the extension UI.
- Smart Form Fill: Automatically injects a subtle "anon.li" button inside email input fields on websites. Generate and auto-fill an alias with a single click.
- Context Menu Integration: Right-click anywhere on a webpage to generate an alias specifically for that site.
- Manage Aliases: View, copy, and manage your recently created aliases without leaving the current tab.
- Create Secure Drops: Quickly upload and share End-to-End Encrypted files directly from your browser.
- Auto-Capture Keys: Never lose access to your shared drops. The extension automatically detects and saves drop decryption keys when visiting
anon.li/d/*URLs. - Manage Drops: Keep track of your drop download counts and sharing links.
- Built-in Vim-like keyboard shortcuts for blazing fast navigation:
j/k— Navigate lists/— Focus searchn— Create new alias/drop1/2— Switch tabs?— Show shortcuts help
- Clean, minimal UI with seamless Light and Dark mode support based on your system preference.
Chrome / Brave / Edge: Install from the Chrome Web Store (link coming soon), or load manually:
- Download the latest
.zipfrom the Releases page. - Navigate to
chrome://extensions/and enable Developer mode. - Click Load unpacked and select the unzipped folder.
Firefox: Install from Firefox Add-ons (link coming soon), or load temporarily:
- Download the Firefox
.zipfrom the Releases page. - Navigate to
about:debugging#/runtime/this-firefox. - Click Load Temporary Add-on... and select
manifest.jsonfrom the unzipped folder.
- Sign up or log in to your account at anon.li.
- Navigate to your Settings and generate a new API Key.
- Open the anon.li extension in your browser toolbar, paste your API key, and hit Connect!
This extension is built using the WXT Framework for a seamless cross-browser (MV2 & MV3) development experience. The user interface is crafted with Preact and Tailwind CSS v4.
- Bun (
>= 1.0.0)
# Clone the repository and install dependencies
bun install
# Start the development server with Hot Module Replacement (Chrome)
bun run dev
# Start the development server (Firefox)
bun run dev:firefox# Build for production
bun run build # Chrome (MV3)
bun run build:firefox # Firefox (MV2)
# Pack extension into a .zip file for publishing
bun run zip
bun run zip:firefoxSee PRIVACY.md. The extension collects no analytics or telemetry. All data is stored locally in your browser.
This code is released under the GNU Affero General Public License v3.0 (AGPL-3.0).