Free TheHindu
Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit
Co to jest Free TheHindu?
Free TheHindu to rozszerzenie Chrome opracowane przez kritseen20, a jego główną funkcją jest „Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Free TheHindu
Pobierz pliki rozszerzeń Free TheHindu w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hodkobbpincjpmckidahklfdccolcpjg |
Oficjalny URL | https://chromewebstore.google.com/detail/free-thehindu/hodkobbpincjpmckidahklfdccolcpjg |
Opis | Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit |
Rozmiar pliku | 30.67 KB |
Liczba instalacji | 328 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2020-08-25 |
Data Publikacji | 2020-08-23 |
Ocena | 5.00/5 Łącznie 5 Oceny |
Deweloper | kritseen20 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |