This Chrome extension allows users to unlock paywalled articles using credits. Users can purchase credits or subscribe monthly to access paywalled content.
- Credit system with three plans: 10 credits for 99 NOK, 20 credits for 129 NOK, and 30 credits for 199 NOK
- Monthly subscription option
- Ability to unlock articles using credits or subscription
- Simple UI with credit balance, subscription status, and buttons for actions
- Clone this repository or download the source code.
- Open Google Chrome and navigate to
chrome://extensions
. - Enable "Developer mode" in the top right corner.
- Click "Load unpacked" and select the
dist
folder from this project.
- Click the extension icon in your Chrome toolbar to open the popup.
- Purchase credits or subscribe monthly.
- When you encounter a paywalled article, click the "Unlock Article" button in the extension popup.
To build the extension:
- Install dependencies:
npm install
- Build the project:
npm run build
- The built extension will be in the
dist
folder.
This extension is for educational purposes only. Using it to bypass paywalls may violate the terms of service of some websites. Use responsibly and in accordance with applicable laws and regulations.