No Paywall

LEGALLY read news articles on the web for free

Was ist No Paywall?

No Paywall ist eine Chrome-Erweiterung, die von Big Pineapple LLC entwickelt wurde, und ihr Hauptmerkmal ist "LEGALLY read news articles on the web for free".

Erweiterungsscreenshots

screenshot
screenshot

No Paywall-Erweiterungs-CRX-Datei herunterladen

Laden Sie No Paywall-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name No Paywall No Paywall
ID gpgghhebeahpmogdjpcjljcieghlcdfj
Offizielle URL https://chrome.google.com/webstore/detail/no-paywall/gpgghhebeahpmogdjpcjljcieghlcdfj
Beschreibung LEGALLY read news articles on the web for free
Dateigröße 29.29 KB
Installationsanzahl 6,003
Aktuelle Version 1.0.1
Letztes Update 2022-06-18
Veröffentlichungsdatum 2022-06-18
Bewertung 3.25/5 Insgesamt 8 Bewertungen
Entwickler Big Pineapple LLC
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}