Jagran EPaper Full Access
Indian Hindi Newspaper. Now read Dainik Jagran e-paper without subscription. Its a PoC work with no commercial intent. Thanks
Co to jest Jagran EPaper Full Access?
Jagran EPaper Full Access to rozszerzenie Chrome opracowane przez rajesh64727, a jego główną funkcją jest „Indian Hindi Newspaper. Now read Dainik Jagran e-paper without subscription. Its a PoC work with no commercial intent. Thanks”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Jagran EPaper Full Access
Pobierz pliki rozszerzeń Jagran EPaper Full Access w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bogmffpceiojdaaafmpkfolfoodbepil |
| Oficjalny URL | https://chromewebstore.google.com/detail/jagran-epaper-full-access/bogmffpceiojdaaafmpkfolfoodbepil |
| Opis | Indian Hindi Newspaper. Now read Dainik Jagran e-paper without subscription. Its a PoC work with no commercial intent. Thanks |
| Rozmiar pliku | 15.67 KB |
| Liczba instalacji | 158 |
| Aktualna Wersja | 1.2.3 |
| Ostatnia Aktualizacja | 2022-12-15 |
| Data Publikacji | 2020-05-19 |
| Ocena | 4.00/5 Łącznie 5 Oceny |
| Deweloper | rajesh64727 |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://rajesh64727.github.io/ |
| Adres URL Strony Polityki Prywatności | https://rajesh64727.github.io/privacy.html |
| Obsługiwane Języki | 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"
]
}
]
} | |