Free TheHindu
Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit
Wat is Free TheHindu?
Free TheHindu is een Chrome-extensie ontwikkeld door kritseen20, en de belangrijkste functie is "Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit".
Extensie Screenshots
Download het CRX-bestand van de extensie Free TheHindu
Download Free TheHindu-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | hodkobbpincjpmckidahklfdccolcpjg |
Officiële URL | https://chromewebstore.google.com/detail/free-thehindu/hodkobbpincjpmckidahklfdccolcpjg |
Beschrijving | Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit |
Bestandsgrootte | 30.67 KB |
Aantal Installaties | 328 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2020-08-25 |
Publicatiedatum | 2020-08-23 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | kritseen20 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |