Free TheHindu
Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit
Free TheHindu क्या है?
Free TheHindu kritseen20 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Free TheHindu एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hodkobbpincjpmckidahklfdccolcpjg |
आधिकारिक URL | https://chromewebstore.google.com/detail/free-thehindu/hodkobbpincjpmckidahklfdccolcpjg |
विवरण | Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit |
फ़ाइल का आकार | 30.67 KB |
स्थापना संख्या | 328 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2020-08-25 |
प्रकाशन तिथि | 2020-08-23 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | kritseen20 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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 } |