Beat that wall
Bypass any paywall
Qu'est-ce que Beat that wall ?
Beat that wall est une extension Chrome développée par Jorge Silva, et sa fonction principale est "Bypass any paywall".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Beat that wall
Téléchargez les fichiers d'extension Beat that wall au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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: ❌
Informations de Base sur l'Extension
Nom | |
ID | fhphepfnaabaceejoamolgciibjobefg |
URL Officiel | https://chrome.google.com/webstore/detail/beat-that-wall/fhphepfnaabaceejoamolgciibjobefg |
Description | Bypass any paywall |
Taille du Fichier | 3.37 KB |
Nombre d'Installations | 5,000 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2022-07-12 |
Date de Publication | 2022-01-07 |
Évaluation | 2.90/5 Total 20 Évaluations |
Développeur | Jorge Silva |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |