Free TheHindu

Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit

Что такое Free TheHindu?

Free TheHindu - это расширение Chrome, разработанное kritseen20, и его основная функция - "Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Free TheHindu

Скачайте файлы расширений Free TheHindu в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Free TheHindu Free TheHindu
ID hodkobbpincjpmckidahklfdccolcpjg
Официальный URL https://chromewebstore.google.com/detail/free-thehindu/hodkobbpincjpmckidahklfdccolcpjg
Описание Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit
Размер файла 30.67 KB
Количество установок 328
Текущая Версия 1.2
Последнее Обновление 2020-08-25
Дата публикации 2020-08-23
Рейтинг 5.00/5 Всего 5 оценок
Разработчик kritseen20
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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
}