Jagran EPaper Full Access
Indian Hindi Newspaper. Now read Dainik Jagran e-paper without subscription. Its a PoC work with no commercial intent. Thanks
Was ist Jagran EPaper Full Access?
Jagran EPaper Full Access ist eine Chrome-Erweiterung, die von rajesh64727 entwickelt wurde, und ihr Hauptmerkmal ist "Indian Hindi Newspaper. Now read Dainik Jagran e-paper without subscription. Its a PoC work with no commercial intent. Thanks".
Erweiterungsscreenshots
Jagran EPaper Full Access-Erweiterungs-CRX-Datei herunterladen
Laden Sie Jagran EPaper Full Access-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bogmffpceiojdaaafmpkfolfoodbepil |
| Offizielle URL | https://chromewebstore.google.com/detail/jagran-epaper-full-access/bogmffpceiojdaaafmpkfolfoodbepil |
| Beschreibung | Indian Hindi Newspaper. Now read Dainik Jagran e-paper without subscription. Its a PoC work with no commercial intent. Thanks |
| Dateigröße | 15.67 KB |
| Installationsanzahl | 158 |
| Aktuelle Version | 1.2.3 |
| Letztes Update | 2022-12-15 |
| Veröffentlichungsdatum | 2020-05-19 |
| Bewertung | 4.00/5 Insgesamt 5 Bewertungen |
| Entwickler | rajesh64727 |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://rajesh64727.github.io/ |
| URL der Datenschutzrichtlinien-Seite | https://rajesh64727.github.io/privacy.html |
| Unterstützte Sprachen | 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"
]
}
]
} | |