Beat that wall
Bypass any paywall
ما هو Beat that wall؟
Beat that wall هو إضافة Chrome تم تطويرها بواسطة Jorge Silva، والميزة الرئيسية لها هي "Bypass any paywall".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Beat that wall
قم بتنزيل ملفات الامتداد Beat that wall بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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: ❌
معلومات أساسية عن التمديد
الاسم | |
ID | fhphepfnaabaceejoamolgciibjobefg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/beat-that-wall/fhphepfnaabaceejoamolgciibjobefg |
الوصف | Bypass any paywall |
حجم الملف | 3.37 KB |
عدد التثبيتات | 5,000 |
النسخة الحالية | 1.1 |
آخر تحديث | 2022-07-12 |
تاريخ النشر | 2022-01-07 |
تقييم | 2.90/5 مجموع تقييمات 20 |
المطور | Jorge Silva |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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" } } |