Free TheHindu
Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit
Free TheHindu là gì?
Free TheHindu là một tiện ích mở rộng Chrome được phát triển bởi kritseen20, và tính năng chính của nó là "Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit".
Ả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 Free TheHindu
Tải xuống các tệp mở rộng Free TheHindu 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
By installing this extension you can read "TheHindu" articles on their website : 1. No Annoying ads 2. No Monthly Reading Limit 3. No Subscription Advertisement
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hodkobbpincjpmckidahklfdccolcpjg |
URL Chính Thức | https://chromewebstore.google.com/detail/free-thehindu/hodkobbpincjpmckidahklfdccolcpjg |
Mô tả | Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit |
Kích Thước Tệp | 30.67 KB |
Số Lần Cài Đặt | 328 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2020-08-25 |
Ngày Phát Hành | 2020-08-23 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | kritseen20 |
[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": "Free TheHindu", "version": "1.2", "description": "Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit", "permissions": [ "activeTab" ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.thehindu.com\/*" ], "js": [ "\/content_script.js" ], "all_frames": true } ], "manifest_version": 2 } |