Free TheHindu
Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit
Co je Free TheHindu?
Free TheHindu je rozšíření Chrome vyvinuté kritseen20, a jeho hlavní funkcí je „Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Free TheHindu
Stáhněte si soubory rozšíření Free TheHindu ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | hodkobbpincjpmckidahklfdccolcpjg |
Oficiální URL | https://chromewebstore.google.com/detail/free-thehindu/hodkobbpincjpmckidahklfdccolcpjg |
Popis | Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit |
Velikost souboru | 30.67 KB |
Počet instalací | 328 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2020-08-25 |
Datum Vydání | 2020-08-23 |
Hodnocení | 5.00/5 Celkem 5 Hodnocení |
Vývojář | kritseen20 |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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 } |