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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Indian Hindi Newspaper. Now read Dainik Jagran e-paper without subscription. Its a PoC work with no commercial intent. Thanks"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Jagran EPaper Full Access एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } ] } |