Let Me Read That Article
Read that article you've always wanted
Let Me Read That Article là gì?
Let Me Read That Article là một tiện ích mở rộng Chrome được phát triển bởi https://craig1123.github.io, và tính năng chính của nó là "Read that article you've always wanted".
Ả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 Let Me Read That Article
Tải xuống các tệp mở rộng Let Me Read That Article 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
Do you hate it when you want to read an article ad free, but the website says, "looks like you're using an ad-blocker"? Or when you have a limited number of reads on a news website until you have to subscribe? Same here, so here's an extension that will intercept those annoying popups and let you read that article. There are millions of websites and it's impossible to know them all. So if you have any other website that needs bypassing, please let me know in the support section.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Let Me Read That Article |
ID | bmdnpacffafhifoibkeajbacaapgcoih |
URL Chính Thức | https://chromewebstore.google.com/detail/let-me-read-that-article/bmdnpacffafhifoibkeajbacaapgcoih |
Mô tả | Read that article you've always wanted |
Kích Thước Tệp | 19.15 KB |
Số Lần Cài Đặt | 3,925 |
Phiên Bản Hiện Tại | 1.7 |
Cập Nhật Lần Cuối | 2021-09-14 |
Ngày Phát Hành | 2018-12-01 |
Đánh Giá | 2.64/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | https://craig1123.github.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://craig1123.github.io/let-me-read-that-article/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Craig Walker", "manifest_version": 2, "name": "Let Me Read That Article", "short_name": "LMRTA", "description": "Read that article you've always wanted", "version": "1.7", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.businessinsider.com\/*", "https:\/\/www.sltrib.com\/*", "https:\/\/www.nytimes.com\/*", "https:\/\/www.medium.com\/*", "https:\/\/medium.com\/*", "https:\/\/www.cnbc.com\/*", "https:\/\/www.bloomberg.com\/*", "https:\/\/www.telegraph.co.uk\/*", "https:\/\/www.sfchronicle.com\/*", "https:\/\/heraldcourier.com\/*", "https:\/\/www.orlandosentinel.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ " |