A Chrome/Firefox browser extension that redirects Medium articles and other paywalled content to Freedium, allowing you to read articles without subscription barriers.
- One-click redirect: Click the extension icon to open the current page in Freedium
- Context menu integration: Right-click on any link or page to open it with Freedium
- Simple and lightweight: Fast performance
Freedium is a free service that bypasses paywalls on various websites, particularly Medium articles. This extension provides a convenient way to access Freedium without manually copying and pasting URLs.
- Clone or download this repository
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" in the top-right corner
- Click "Load unpacked" and select the extension folder
- The extension icon should appear in your browser toolbar
Coming soon - extension will be published to the Chrome Web Store
- Navigate to any webpage (e.g., a Medium article)
- Click the toFreedium extension icon in your browser toolbar
- A new tab will open with the page content via Freedium
- Right-click on any link or anywhere on a webpage
- Select "Open with Freedium" from the context menu
- A new tab will open with the content via Freedium
The extension captures the URL of the current page or clicked link, encodes it, and redirects to:
https://freedium-mirror.cfd/[encoded-url]
The extension requires minimal permissions:
tabs: To access the current tab's URL and create new tabscontextMenus: To add the right-click context menu option

