Beat that wall

Bypass any paywall

Beat that wallคืออะไร?

Beat that wall เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jorge Silva และคุณลักษณะหลักของมันคือ "Bypass any paywall"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Beat that wall

ดาวน์โหลดไฟล์ส่วนขยาย Beat that wall ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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: ❌                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Beat that wall Beat that wall
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"
    }
}