Beat that wall
Bypass any paywall
Wat is Beat that wall?
Beat that wall is een Chrome-extensie ontwikkeld door Jorge Silva, en de belangrijkste functie is "Bypass any paywall".
Extensie Screenshots
Download het CRX-bestand van de extensie Beat that wall
Download Beat that wall-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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: ❌
Basisinformatie over de Extensie
Naam | |
ID | fhphepfnaabaceejoamolgciibjobefg |
Officiële URL | https://chrome.google.com/webstore/detail/beat-that-wall/fhphepfnaabaceejoamolgciibjobefg |
Beschrijving | Bypass any paywall |
Bestandsgrootte | 3.37 KB |
Aantal Installaties | 5,000 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2022-07-12 |
Publicatiedatum | 2022-01-07 |
Beoordeling | 2.90/5 Totaal 20 Beoordelingen |
Ontwikkelaar | Jorge Silva |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |