Paywall Sentry

Show alerts on search results that contain content locked behind a paywall or subscription fee.

O que é Paywall Sentry?

Paywall Sentry é uma extensão do Chrome desenvolvida por lucasotanezdev, e sua principal característica é "Show alerts on search results that contain content locked behind a paywall or subscription fee.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Paywall Sentry

Baixe arquivos de extensão Paywall Sentry 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

                        Save time and hassle by letting Paywall Sentry show alerts on Google search results that contain content which is locked behind paywalls. Configure your personal options with any subscriptions you may have to disable flags on those websites. Soft paywalls (free to use under strict limitations and time periods) are colored yellow and denoted by a [!] icon. Hard paywalls are colored red and denoted by a [X] icon.                    

Informações Básicas da Extensão

Nome Paywall Sentry Paywall Sentry
ID felglaliecfphggeffmjejkejgdoabgh
URL Oficial https://chromewebstore.google.com/detail/paywall-sentry/felglaliecfphggeffmjejkejgdoabgh
Descrição Show alerts on search results that contain content locked behind a paywall or subscription fee.
Tamanho do Arquivo 14.97 KB
Contagem de Instalações 735
Versão Atual 0.1.0
Última Atualização 2023-09-12
Data de Publicação 2023-07-15
Classificação 3.67/5 Total de 6 Avaliações
Desenvolvedor lucasotanezdev
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/lucasotanez/paywall-sentry
URL da Página de Ajuda https://github.com/lucasotanez/paywall-sentry
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Paywall Sentry",
    "description": "Show alerts on search results that contain content locked behind a paywall or subscription fee.",
    "version": "0.1.0",
    "manifest_version": 3,
    "action": [],
    "icons": {
        "16": "img\/ps-icon16.png",
        "32": "img\/ps-icon32.png",
        "48": "img\/ps-icon48.png",
        "128": "img\/ps-icon128.png"
    },
    "permissions": [
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.google.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}