Paywall
Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers.
Paywall là gì?
Paywall là một tiện ích mở rộng Chrome được phát triển bởi Mark Crandall, và tính năng chính của nó là "Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers.".
Ả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 Paywall
Tải xuống các tệp mở rộng 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
Shows 'Paywall' sites links as '$$$'. Preserves original link text and moves link to '$$$' text. Great on Drudge. Also flags sites that do not work with adblockers. Does not in any way circumvent Paywall sites or logon restrictions, only warns that a link goes to a Paywall site.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Paywall |
ID | kemhkjedapfedmoaliehjgdllceafeng |
URL Chính Thức | https://chromewebstore.google.com/detail/paywall/kemhkjedapfedmoaliehjgdllceafeng |
Mô tả | Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers. |
Kích Thước Tệp | 597 KB |
Số Lần Cài Đặt | 1,481 |
Phiên Bản Hiện Tại | 0.0.0.2 |
Cập Nhật Lần Cuối | 2016-10-19 |
Ngày Phát Hành | 2016-10-18 |
Đánh Giá | 2.67/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Mark Crandall |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Paywall", "version": "0.0.0.2", "description": "Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery-1.12.0.min.js", "content_script.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |