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".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Jagran EPaper Full Access

قم بتنزيل ملفات الامتداد Jagran EPaper Full Access بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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/
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}