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 |
Eメール | [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" } } |