No Paywall
LEGALLY read news articles on the web for free
No Paywallคืออะไร?
No Paywall เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Big Pineapple LLC และคุณลักษณะหลักของมันคือ "LEGALLY read news articles on the web for free"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย No Paywall
ดาวน์โหลดไฟล์ส่วนขยาย No Paywall ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
No Paywall lets you LEGALLY avoid paywalls on many news articles by redirecting you to an archived version of the page. Because we are pointing you to a different website, we are not bypassing or messing at all with the original paywall on the article source. No Paywall is 100% free, and we do not collect any data whatsoever. ** NOTE ** - Because we are searching the archives for a paywall-free copy, an archived copy must already exist.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gpgghhebeahpmogdjpcjljcieghlcdfj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/no-paywall/gpgghhebeahpmogdjpcjljcieghlcdfj |
คำอธิบาย | LEGALLY read news articles on the web for free |
ขนาดไฟล์ | 29.29 KB |
จำนวนการติดตั้ง | 6,003 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2022-06-18 |
วันที่เผยแพร่ | 2022-06-18 |
คะแนน | 3.25/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | Big Pineapple LLC |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "No Paywall", "version": "1.0.1", "manifest_version": 3, "action": { "default_icon": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "default_title": "Bypass Paywall" }, "background": { "service_worker": "background.js" }, "description": "LEGALLY read news articles on the web for free", "permissions": [ "tabs" ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |