No Paywall

LEGALLY read news articles on the web for free

What is No Paywall?

No Paywall is a Chrome extension developed by Big Pineapple LLC, and its main feature is "LEGALLY read news articles on the web for free".

Extension Screenshots

screenshot
screenshot

Download No Paywall Extension CRX File

Download No Paywall 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

                        No Paywall lets you LEGALLY avoid paywalls on many news articles by redirecting you to an archived version of the page.

Because we are pointing you to a different website, we are not bypassing or messing at all with the original paywall on the article source. No Paywall is 100% free, and we do not collect any data whatsoever.

** NOTE **
- Because we are searching the archives for a paywall-free copy, an archived copy must already exist.                    

Extension Basic Information

Name No Paywall No Paywall
ID gpgghhebeahpmogdjpcjljcieghlcdfj
Official URL https://chrome.google.com/webstore/detail/no-paywall/gpgghhebeahpmogdjpcjljcieghlcdfj
Description LEGALLY read news articles on the web for free
File Size 29.29 KB
Installation Count 6,003
Current Version 1.0.1
Last Updated 2022-06-18
Publish Date 2022-06-18
Rating 3.25/5 Total 8 Ratings
Developer Big Pineapple LLC
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Paywall",
    "version": "1.0.1",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "Bypass Paywall"
    },
    "background": {
        "service_worker": "background.js"
    },
    "description": "LEGALLY read news articles on the web for free",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}