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 |
官方網址 | 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" ] } ] } |