Skip to content

sinrajat43/freedium-unlocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Freedium Unlocker

A Chrome extension that unlocks Medium articles by redirecting them to freedium.cfd.

Features

  • One-click unlocking: Click the extension icon and then "Get Unlocked Version" to unlock any Medium article
  • Clean interface: Modern, gradient-styled popup with smooth animations
  • Lightweight: No external dependencies or heavy assets
  • Privacy-focused: Only requests necessary permissions (activeTab, tabs)

How it works

  1. Navigate to any Medium article
  2. Click the Freedium Unlocker extension icon in your browser toolbar
  3. Click "Get Unlocked Version" in the popup
  4. The article will open in a new tab via freedium.cfd

Installation

Manual Installation (Developer Mode)

  1. Download or clone this repository
  2. Open Chrome and navigate to chrome://extensions/
  3. Enable "Developer mode" (toggle in the top right corner)
  4. Click "Load unpacked"
  5. Select the folder containing the extension files
  6. The extension will appear in your extensions list and toolbar

Files Structure

medium-free/
├── manifest.json    # Chrome extension manifest (Manifest V3)
├── popup.html       # Extension popup interface
├── popup.js         # JavaScript logic for unlocking articles
└── README.md        # This file

Usage

  1. Visit any Medium article (e.g., https://medium.com/@author/article-title)
  2. Click the Freedium Unlocker icon in your browser toolbar
  3. Click "Get Unlocked Version"
  4. The article will open in a new tab at https://freedium.cfd/https://medium.com/@author/article-title

Permissions

  • activeTab: To read the current tab's URL
  • tabs: To create new tabs for the unlocked articles

Development

This extension uses Chrome Manifest V3 and requires no build process. Simply edit the files and reload the extension in Chrome's developer mode.

License

This project is open source and available under the MIT License.

Contributing

Feel free to submit issues and enhancement requests!

Disclaimer

This extension is for educational purposes. Please respect Medium's terms of service and support content creators when possible.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors