Beat that wall
Bypass any paywall
What is Beat that wall?
Beat that wall is a Chrome extension developed by Jorge Silva, and its main feature is "Bypass any paywall".
Extension Screenshots
Download Beat that wall Extension CRX File
Download Beat that wall extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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: ❌
Extension Basic Information
Name | |
ID | fhphepfnaabaceejoamolgciibjobefg |
Official URL | https://chrome.google.com/webstore/detail/beat-that-wall/fhphepfnaabaceejoamolgciibjobefg |
Description | Bypass any paywall |
File Size | 3.37 KB |
Installation Count | 5,000 |
Current Version | 1.1 |
Last Updated | 2022-07-12 |
Publish Date | 2022-01-07 |
Rating | 2.90/5 Total 20 Ratings |
Developer | Jorge Silva |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |