Jagran EPaper Full Access
Indian Hindi Newspaper. Now read Dainik Jagran e-paper without subscription. Its a PoC work with no commercial intent. Thanks
什么是Jagran EPaper Full Access?
Jagran EPaper Full Access是由rajesh64727开发的Chrome扩展程序,该扩展的主要功能是“Indian Hindi Newspaper. Now read Dainik Jagran e-paper without subscription. Its a PoC work with no commercial intent. Thanks”。
扩展截图
下载Jagran EPaper Full Access扩展crx文件
下载Jagran EPaper Full Access扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Jagran EPaper Full Access |
ID | bogmffpceiojdaaafmpkfolfoodbepil |
官方URL | https://chromewebstore.google.com/detail/jagran-epaper-full-access/bogmffpceiojdaaafmpkfolfoodbepil |
简介 | Indian Hindi Newspaper. Now read Dainik Jagran e-paper without subscription. Its a PoC work with no commercial intent. Thanks |
文件大小 | 15.67 KB |
安装次数 | 158 |
当前版本 | 1.2.3 |
更新时间 | 2022-12-15 |
上架时间 | 2020-05-19 |
评分 | 4.00/5 共5次评分 |
开发者 | rajesh64727 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://rajesh64727.github.io/ |
隐私政策页面URL | https://rajesh64727.github.io/privacy.html |
支持的语言 | 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" ] } ] } |