No Paywall

LEGALLY read news articles on the web for free

Cos'è No Paywall?

No Paywall è un'estensione di Chrome sviluppata da Big Pineapple LLC, e la sua funzione principale è "LEGALLY read news articles on the web for free".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione No Paywall

Scarica i file di estensione No Paywall in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome No Paywall No Paywall
ID gpgghhebeahpmogdjpcjljcieghlcdfj
URL Ufficiale https://chrome.google.com/webstore/detail/no-paywall/gpgghhebeahpmogdjpcjljcieghlcdfj
Descrizione LEGALLY read news articles on the web for free
Dimensione del File 29.29 KB
Conteggio Installazioni 6,003
Versione Corrente 1.0.1
Ultimo Aggiornamento 2022-06-18
Data di Pubblicazione 2022-06-18
Valutazione 3.25/5 Totale 8 Valutazioni
Sviluppatore Big Pineapple LLC
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}