Jagran EPaper Full Access

Indian Hindi Newspaper. Now read Dainik Jagran e-paper without subscription. Its a PoC work with no commercial intent. Thanks

O que é Jagran EPaper Full Access?

Jagran EPaper Full Access é uma extensão do Chrome desenvolvida por rajesh64727, e sua principal característica é "Indian Hindi Newspaper. Now read Dainik Jagran e-paper without subscription. Its a PoC work with no commercial intent. Thanks".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Jagran EPaper Full Access

Baixe arquivos de extensão Jagran EPaper Full Access 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

                        Many people don't want to register to the e-paper websites to avoid spam mails. This will help in accessing full e-paper without registration or login.

Update 1.1
- Code flow update to remove the login/ signup popup.

Update 1.2
- Logo update
- No need to click popup UI                    

Informações Básicas da Extensão

Nome Jagran EPaper Full Access Jagran EPaper Full Access
ID bogmffpceiojdaaafmpkfolfoodbepil
URL Oficial https://chromewebstore.google.com/detail/jagran-epaper-full-access/bogmffpceiojdaaafmpkfolfoodbepil
Descrição Indian Hindi Newspaper. Now read Dainik Jagran e-paper without subscription. Its a PoC work with no commercial intent. Thanks
Tamanho do Arquivo 15.67 KB
Contagem de Instalações 158
Versão Atual 1.2.3
Última Atualização 2022-12-15
Data de Publicação 2020-05-19
Classificação 4.00/5 Total de 5 Avaliações
Desenvolvedor rajesh64727
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://rajesh64727.github.io/
URL da Página de Política de Privacidade https://rajesh64727.github.io/privacy.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jagran EPaper Full Access",
    "version": "1.2.3",
    "description": "Indian Hindi Newspaper. Now read Dainik Jagran e-paper without subscription. Its a PoC work with no commercial intent. Thanks",
    "browser_action": {
        "default_icon": "icon_64.png"
    },
    "icons": {
        "64": "icon_64.png",
        "32": "icon_32.png"
    },
    "permissions": [
        "https:\/\/epaper.jagran.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/epaper.jagran.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ]
}