Beat that wall
Bypass any paywall
O que é Beat that wall?
Beat that wall é uma extensão do Chrome desenvolvida por Jorge Silva, e sua principal característica é "Bypass any paywall".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Beat that wall
Baixe arquivos de extensão Beat that wall no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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: ❌
Informações Básicas da Extensão
Nome | |
ID | fhphepfnaabaceejoamolgciibjobefg |
URL Oficial | https://chrome.google.com/webstore/detail/beat-that-wall/fhphepfnaabaceejoamolgciibjobefg |
Descrição | Bypass any paywall |
Tamanho do Arquivo | 3.37 KB |
Contagem de Instalações | 5,000 |
Versão Atual | 1.1 |
Última Atualização | 2022-07-12 |
Data de Publicação | 2022-01-07 |
Classificação | 2.90/5 Total de 20 Avaliações |
Desenvolvedor | Jorge Silva |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |