Jagran EPaper Full Access

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

Wat is Jagran EPaper Full Access?

Jagran EPaper Full Access is een Chrome-extensie ontwikkeld door rajesh64727, en de belangrijkste functie is "Indian Hindi Newspaper. Now read Dainik Jagran e-paper without subscription. Its a PoC work with no commercial intent. Thanks".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Jagran EPaper Full Access

Download Jagran EPaper Full Access-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Jagran EPaper Full Access Jagran EPaper Full Access
ID bogmffpceiojdaaafmpkfolfoodbepil
Officiële URL https://chromewebstore.google.com/detail/jagran-epaper-full-access/bogmffpceiojdaaafmpkfolfoodbepil
Beschrijving Indian Hindi Newspaper. Now read Dainik Jagran e-paper without subscription. Its a PoC work with no commercial intent. Thanks
Bestandsgrootte 15.67 KB
Aantal Installaties 158
Huidige Versie 1.2.3
Laatst Bijgewerkt 2022-12-15
Publicatiedatum 2020-05-19
Beoordeling 4.00/5 Totaal 5 Beoordelingen
Ontwikkelaar rajesh64727
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://rajesh64727.github.io/
URL van de Privacybeleid Pagina https://rajesh64727.github.io/privacy.html
Ondersteunde Talen 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"
            ]
        }
    ]
}