Paywall Hopper

Replaces paywalled URL with unpaywalled URL.

What is Paywall Hopper?

Paywall Hopper is a Chrome extension developed by magnus.ahmad, and its main feature is "Replaces paywalled URL with unpaywalled URL.".

Extension Screenshots

screenshot

Download Paywall Hopper Extension CRX File

Download Paywall Hopper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension tries to keep the internet free by using url methods to remove paywalls on websites. Simply click the extension button and you will be redirected to an unpaywalled version of the website.                    

Extension Basic Information

Name Paywall Hopper Paywall Hopper
ID hbncgfkfgifijadbfdlmlegngnjhkfhn
Official URL https://chrome.google.com/webstore/detail/paywall-hopper/hbncgfkfgifijadbfdlmlegngnjhkfhn
Description Replaces paywalled URL with unpaywalled URL.
File Size 64.64 KB
Installation Count 623
Current Version 1.0
Last Updated 2022-09-30
Publish Date 2022-09-30
Rating 3.00/5 Total 2 Ratings
Developer magnus.ahmad
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Paywall Hopper",
    "version": "1.0",
    "manifest_version": 3,
    "description": "Replaces paywalled URL with unpaywalled URL.",
    "permissions": [
        "tabs",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "icons": {
        "16": "hopper.png",
        "48": "hopper.png",
        "128": "hopper.png"
    }
}