Free TheHindu
Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit
Hvad er Free TheHindu?
Free TheHindu er en Chrome-udvidelse udviklet af kritseen20, og dens hovedfunktion er "Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit".
Udvidelsesskærmbilleder
Download Free TheHindu-udvidelses-CRX-fil
Download Free TheHindu-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | hodkobbpincjpmckidahklfdccolcpjg |
Officiel URL | https://chromewebstore.google.com/detail/free-thehindu/hodkobbpincjpmckidahklfdccolcpjg |
Beskrivelse | Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit |
Filstørrelse | 30.67 KB |
Antal Installationer | 328 |
Nuværende Version | 1.2 |
Senest Opdateret | 2020-08-25 |
Udgivelsesdato | 2020-08-23 |
Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
Udvikler | kritseen20 |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } |