No Paywall

LEGALLY read news articles on the web for free

O que é No Paywall?

No Paywall é uma extensão do Chrome desenvolvida por Big Pineapple LLC, e sua principal característica é "LEGALLY read news articles on the web for free".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão No Paywall

Baixe arquivos de extensão No Paywall no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome No Paywall No Paywall
ID gpgghhebeahpmogdjpcjljcieghlcdfj
URL Oficial https://chrome.google.com/webstore/detail/no-paywall/gpgghhebeahpmogdjpcjljcieghlcdfj
Descrição LEGALLY read news articles on the web for free
Tamanho do Arquivo 29.29 KB
Contagem de Instalações 6,003
Versão Atual 1.0.1
Última Atualização 2022-06-18
Data de Publicação 2022-06-18
Classificação 3.25/5 Total de 8 Avaliações
Desenvolvedor Big Pineapple LLC
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}