Beat that wall
Bypass any paywall
什么是Beat that wall?
Beat that wall是由Jorge Silva开发的Chrome扩展程序,该扩展的主要功能是“Bypass any paywall”。
扩展截图
下载Beat that wall扩展crx文件
下载Beat that wall扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension loads a cached version of the page from google cache and most of the times this removes the paywall.
Some articles that rank better on google are protected by paywalls. I think we all agree that paywalls are annoying.
Just click the extension button and the page will reload without the paywall
Tested on:
Medium ✅
WP: ❌ 扩展基本信息
| 名称 | |
| ID | fhphepfnaabaceejoamolgciibjobefg |
| 官方URL | https://chrome.google.com/webstore/detail/beat-that-wall/fhphepfnaabaceejoamolgciibjobefg |
| 简介 | Bypass any paywall |
| 文件大小 | 3.37 KB |
| 安装次数 | 5,000 |
| 当前版本 | 1.1 |
| 更新时间 | 2022-07-12 |
| 上架时间 | 2022-01-07 |
| 评分 | 2.90/5 共20次评分 |
| 开发者 | Jorge Silva |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Beat that wall",
"action": [],
"manifest_version": 3,
"version": "1.1",
"description": "Bypass any paywall",
"permissions": [
"scripting"
],
"icons": [],
"background": {
"service_worker": "main.js"
}
} | |