No Paywall

LEGALLY read news articles on the web for free

Wat is No Paywall?

No Paywall is een Chrome-extensie ontwikkeld door Big Pineapple LLC, en de belangrijkste functie is "LEGALLY read news articles on the web for free".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie No Paywall

Download No Paywall-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam No Paywall No Paywall
ID gpgghhebeahpmogdjpcjljcieghlcdfj
Officiële URL https://chrome.google.com/webstore/detail/no-paywall/gpgghhebeahpmogdjpcjljcieghlcdfj
Beschrijving LEGALLY read news articles on the web for free
Bestandsgrootte 29.29 KB
Aantal Installaties 6,003
Huidige Versie 1.0.1
Laatst Bijgewerkt 2022-06-18
Publicatiedatum 2022-06-18
Beoordeling 3.25/5 Totaal 8 Beoordelingen
Ontwikkelaar Big Pineapple LLC
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}