Free TheHindu
Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit
What is Free TheHindu?
Free TheHindu is a Chrome extension developed by kritseen20, and its main feature is "Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit".
Extension Screenshots
Download Free TheHindu Extension CRX File
Download Free TheHindu extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | hodkobbpincjpmckidahklfdccolcpjg |
Official URL | https://chromewebstore.google.com/detail/free-thehindu/hodkobbpincjpmckidahklfdccolcpjg |
Description | Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit |
File Size | 30.67 KB |
Installation Count | 328 |
Current Version | 1.2 |
Last Updated | 2020-08-25 |
Publish Date | 2020-08-23 |
Rating | 5.00/5 Total 5 Ratings |
Developer | kritseen20 |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |