No Paywall
LEGALLY read news articles on the web for free
¿Qué es No Paywall?
No Paywall es una extensión de Chrome desarrollada por Big Pineapple LLC, y su función principal es "LEGALLY read news articles on the web for free".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión No Paywall
Descarga archivos de extensión No Paywall 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
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.
Información Básica de la Extensión
Nombre | |
ID | gpgghhebeahpmogdjpcjljcieghlcdfj |
URL Oficial | https://chrome.google.com/webstore/detail/no-paywall/gpgghhebeahpmogdjpcjljcieghlcdfj |
Descripción | LEGALLY read news articles on the web for free |
Tamaño del Archivo | 29.29 KB |
Cantidad de Instalaciones | 6,003 |
Versión Actual | 1.0.1 |
Última Actualización | 2022-06-18 |
Fecha de Publicación | 2022-06-18 |
Calificación | 3.25/5 Total de 8 Calificaciones |
Desarrollador | Big Pineapple LLC |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |