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 Основная информация о расширении
| Название | |
| 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"
]
}
]
} | |