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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rajesh64727 และคุณลักษณะหลักของมันคือ "Indian Hindi Newspaper. Now read Dainik Jagran e-paper without subscription. Its a PoC work with no commercial intent. Thanks"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Jagran EPaper Full Access
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |