Free TheHindu
Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit
Cos'è Free TheHindu?
Free TheHindu è un'estensione di Chrome sviluppata da kritseen20, e la sua funzione principale è "Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Free TheHindu
Scarica i file di estensione Free TheHindu in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | hodkobbpincjpmckidahklfdccolcpjg |
URL Ufficiale | https://chromewebstore.google.com/detail/free-thehindu/hodkobbpincjpmckidahklfdccolcpjg |
Descrizione | Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit |
Dimensione del File | 30.67 KB |
Conteggio Installazioni | 328 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2020-08-25 |
Data di Pubblicazione | 2020-08-23 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | kritseen20 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |