Beat that wall
Bypass any paywall
Was ist Beat that wall?
Beat that wall ist eine Chrome-Erweiterung, die von Jorge Silva entwickelt wurde, und ihr Hauptmerkmal ist "Bypass any paywall".
Erweiterungsscreenshots
Beat that wall-Erweiterungs-CRX-Datei herunterladen
Laden Sie Beat that wall-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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: ❌
Grundlegende Informationen zur Erweiterung
Name | |
ID | fhphepfnaabaceejoamolgciibjobefg |
Offizielle URL | https://chrome.google.com/webstore/detail/beat-that-wall/fhphepfnaabaceejoamolgciibjobefg |
Beschreibung | Bypass any paywall |
Dateigröße | 3.37 KB |
Installationsanzahl | 5,000 |
Aktuelle Version | 1.1 |
Letztes Update | 2022-07-12 |
Veröffentlichungsdatum | 2022-01-07 |
Bewertung | 2.90/5 Insgesamt 20 Bewertungen |
Entwickler | Jorge Silva |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |