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 |
| 官方網址 | 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"
}
} | |