Free TheHindu

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

O que é Free TheHindu?

Free TheHindu é uma extensão do Chrome desenvolvida por kritseen20, e sua principal característica é "Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Free TheHindu

Baixe arquivos de extensão Free TheHindu no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Free TheHindu Free TheHindu
ID hodkobbpincjpmckidahklfdccolcpjg
URL Oficial https://chromewebstore.google.com/detail/free-thehindu/hodkobbpincjpmckidahklfdccolcpjg
Descrição Now you can read The Hindu without any annoying ads or Subscription reminders or Monthly Reading Limit
Tamanho do Arquivo 30.67 KB
Contagem de Instalações 328
Versão Atual 1.2
Última Atualização 2020-08-25
Data de Publicação 2020-08-23
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor kritseen20
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}