Paywall Sentry
Show alerts on search results that contain content locked behind a paywall or subscription fee.
¿Qué es Paywall Sentry?
Paywall Sentry es una extensión de Chrome desarrollada por lucasotanezdev, y su función principal es "Show alerts on search results that contain content locked behind a paywall or subscription fee.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Paywall Sentry
Descarga archivos de extensión Paywall Sentry en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Paywall Sentry |
ID | felglaliecfphggeffmjejkejgdoabgh |
URL Oficial | https://chromewebstore.google.com/detail/paywall-sentry/felglaliecfphggeffmjejkejgdoabgh |
Descripción | Show alerts on search results that contain content locked behind a paywall or subscription fee. |
Tamaño del Archivo | 14.97 KB |
Cantidad de Instalaciones | 735 |
Versión Actual | 0.1.0 |
Última Actualización | 2023-09-12 |
Fecha de Publicación | 2023-07-15 |
Calificación | 3.67/5 Total de 6 Calificaciones |
Desarrollador | lucasotanezdev |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/lucasotanez/paywall-sentry |
URL de la Página de Ayuda | https://github.com/lucasotanez/paywall-sentry |
Idiomas Soportados | 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 } } |