NoPaywall

Remove paywalls. Simple. Just one click.

What is NoPaywall?

NoPaywall is a Chrome extension developed by juanm04, and its main feature is "Remove paywalls. Simple. Just one click.".

Extension Screenshots

screenshot

Download NoPaywall Extension CRX File

Download NoPaywall 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

                        Remove paywalls. Simple.
Just one click.                    

Extension Basic Information

Name NoPaywall NoPaywall
ID cdpakgfimlmmlaplangfjcbnpmoednbk
Official URL https://chrome.google.com/webstore/detail/nopaywall/cdpakgfimlmmlaplangfjcbnpmoednbk
Description Remove paywalls. Simple. Just one click.
File Size 5.82 KB
Installation Count 853
Current Version 0.2
Last Updated 2020-11-23
Publish Date 2020-11-23
Rating 2.60/5 Total 5 Ratings
Developer juanm04
Email [email protected]
Payment Type free
Extension Website https://nopaywall.vercel.app
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NoPaywall",
    "version": "0.2",
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "permissions": [
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_icon": {
            "16": "NoPaywall-16.png",
            "24": "NoPaywall-24.png",
            "32": "NoPaywall-32.png"
        },
        "default_title": "NoPaywall"
    }
}