No Paywall
LEGALLY read news articles on the web for free
No Paywall là gì?
No Paywall là một tiện ích mở rộng Chrome được phát triển bởi Big Pineapple LLC, và tính năng chính của nó là "LEGALLY read news articles on the web for free".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng No Paywall
Tải xuống các tệp mở rộng No Paywall dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gpgghhebeahpmogdjpcjljcieghlcdfj |
URL Chính Thức | https://chrome.google.com/webstore/detail/no-paywall/gpgghhebeahpmogdjpcjljcieghlcdfj |
Mô tả | LEGALLY read news articles on the web for free |
Kích Thước Tệp | 29.29 KB |
Số Lần Cài Đặt | 6,003 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2022-06-18 |
Ngày Phát Hành | 2022-06-18 |
Đánh Giá | 3.25/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | Big Pineapple LLC |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |