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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |