Jagran EPaper Full Access
Indian Hindi Newspaper. Now read Dainik Jagran e-paper without subscription. Its a PoC work with no commercial intent. Thanks
Qu'est-ce que Jagran EPaper Full Access ?
Jagran EPaper Full Access est une extension Chrome développée par rajesh64727, et sa fonction principale est "Indian Hindi Newspaper. Now read Dainik Jagran e-paper without subscription. Its a PoC work with no commercial intent. Thanks".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Jagran EPaper Full Access
Téléchargez les fichiers d'extension Jagran EPaper Full Access au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Jagran EPaper Full Access |
ID | bogmffpceiojdaaafmpkfolfoodbepil |
URL Officiel | https://chromewebstore.google.com/detail/jagran-epaper-full-access/bogmffpceiojdaaafmpkfolfoodbepil |
Description | Indian Hindi Newspaper. Now read Dainik Jagran e-paper without subscription. Its a PoC work with no commercial intent. Thanks |
Taille du Fichier | 15.67 KB |
Nombre d'Installations | 158 |
Version Actuelle | 1.2.3 |
Dernière Mise à Jour | 2022-12-15 |
Date de Publication | 2020-05-19 |
Évaluation | 4.00/5 Total 5 Évaluations |
Développeur | rajesh64727 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://rajesh64727.github.io/ |
URL de la Page de Politique de Confidentialité | https://rajesh64727.github.io/privacy.html |
Langues Prises en Charge | 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" ] } ] } |