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によって開発されたChromeの拡張機能で、その主な機能は「Indian Hindi Newspaper. Now read Dainik Jagran e-paper without subscription. Its a PoC work with no commercial intent. Thanks」です。
拡張機能のスクリーンショット
Jagran EPaper Full Access拡張機能のCRXファイルをダウンロード
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 |
| Eメール | [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"
]
}
]
} | |