No Paywall
LEGALLY read news articles on the web for free
什么是No Paywall?
No Paywall是由Big Pineapple LLC开发的Chrome扩展程序,该扩展的主要功能是“LEGALLY read news articles on the web for free”。
扩展截图
下载No Paywall扩展crx文件
下载No Paywall扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | gpgghhebeahpmogdjpcjljcieghlcdfj |
官方URL | https://chrome.google.com/webstore/detail/no-paywall/gpgghhebeahpmogdjpcjljcieghlcdfj |
简介 | LEGALLY read news articles on the web for free |
文件大小 | 29.29 KB |
安装次数 | 6,003 |
当前版本 | 1.0.1 |
更新时间 | 2022-06-18 |
上架时间 | 2022-06-18 |
评分 | 3.25/5 共8次评分 |
开发者 | Big Pineapple LLC |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |