Jagran EPaper Full Access

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

Cos'è Jagran EPaper Full Access?

Jagran EPaper Full Access è un'estensione di Chrome sviluppata da rajesh64727, e la sua funzione principale è "Indian Hindi Newspaper. Now read Dainik Jagran e-paper without subscription. Its a PoC work with no commercial intent. Thanks".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Jagran EPaper Full Access

Scarica i file di estensione Jagran EPaper Full Access in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Jagran EPaper Full Access Jagran EPaper Full Access
ID bogmffpceiojdaaafmpkfolfoodbepil
URL Ufficiale https://chromewebstore.google.com/detail/jagran-epaper-full-access/bogmffpceiojdaaafmpkfolfoodbepil
Descrizione Indian Hindi Newspaper. Now read Dainik Jagran e-paper without subscription. Its a PoC work with no commercial intent. Thanks
Dimensione del File 15.67 KB
Conteggio Installazioni 158
Versione Corrente 1.2.3
Ultimo Aggiornamento 2022-12-15
Data di Pubblicazione 2020-05-19
Valutazione 4.00/5 Totale 5 Valutazioni
Sviluppatore rajesh64727
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://rajesh64727.github.io/
URL della Pagina della Politica sulla Privacy https://rajesh64727.github.io/privacy.html
Lingue Supportate 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"
            ]
        }
    ]
}