Beat that wall
Bypass any paywall
Apa itu Beat that wall?
Beat that wall adalah ekstensi Chrome yang dikembangkan oleh Jorge Silva, dan fitur utamanya adalah "Bypass any paywall".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Beat that wall
Unduh file ekstensi Beat that wall dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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: ❌
Informasi Dasar Ekstensi
Nama | |
ID | fhphepfnaabaceejoamolgciibjobefg |
URL Resmi | https://chrome.google.com/webstore/detail/beat-that-wall/fhphepfnaabaceejoamolgciibjobefg |
Deskripsi | Bypass any paywall |
Ukuran File | 3.37 KB |
Jumlah Instalasi | 5,000 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2022-07-12 |
Tanggal Publikasi | 2022-01-07 |
Penilaian | 2.90/5 Total 20 Penilaian |
Pengembang | Jorge Silva |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |