Beat that wall
Bypass any paywall
Cos'è Beat that wall?
Beat that wall è un'estensione di Chrome sviluppata da Jorge Silva, e la sua funzione principale è "Bypass any paywall".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Beat that wall
Scarica i file di estensione Beat that wall in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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: ❌
Informazioni di Base sull'Estensione
Nome | |
ID | fhphepfnaabaceejoamolgciibjobefg |
URL Ufficiale | https://chrome.google.com/webstore/detail/beat-that-wall/fhphepfnaabaceejoamolgciibjobefg |
Descrizione | Bypass any paywall |
Dimensione del File | 3.37 KB |
Conteggio Installazioni | 5,000 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2022-07-12 |
Data di Pubblicazione | 2022-01-07 |
Valutazione | 2.90/5 Totale 20 Valutazioni |
Sviluppatore | Jorge Silva |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |