Free TheHindu
Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit
Apa itu Free TheHindu?
Free TheHindu adalah ekstensi Chrome yang dikembangkan oleh kritseen20, dan fitur utamanya adalah "Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Free TheHindu
Unduh file ekstensi Free TheHindu dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | hodkobbpincjpmckidahklfdccolcpjg |
URL Resmi | https://chromewebstore.google.com/detail/free-thehindu/hodkobbpincjpmckidahklfdccolcpjg |
Deskripsi | Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit |
Ukuran File | 30.67 KB |
Jumlah Instalasi | 328 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2020-08-25 |
Tanggal Publikasi | 2020-08-23 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | kritseen20 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |