Haaretz Zen Mode
Enable Zen Mode on all Haaretz.co.il articles (where available)
What is Haaretz Zen Mode?
Haaretz Zen Mode is a Chrome extension developed by ATGardner, and its main feature is "Enable Zen Mode on all Haaretz.co.il articles (where available)".
Extension Screenshots
Download Haaretz Zen Mode Extension CRX File
Download Haaretz Zen Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Enables Zen Mode on all haaretz.co.il and themarker.com articles (where available)
Extension Basic Information
Name | Haaretz Zen Mode |
ID | jkpfkomelckpnijnlhenclapdalialom |
Official URL | https://chromewebstore.google.com/detail/haaretz-zen-mode/jkpfkomelckpnijnlhenclapdalialom |
Description | Enable Zen Mode on all Haaretz.co.il articles (where available) |
File Size | 7.05 KB |
Installation Count | 82 |
Current Version | 1.5 |
Last Updated | 2017-08-03 |
Publish Date | 2017-08-03 |
Rating | 1.50/5 Total 4 Ratings |
Developer | ATGardner |
Payment Type | free |
Supported Languages | iw |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Haaretz Zen Mode", "version": "1.5", "description": "Enable Zen Mode on all Haaretz.co.il articles (where available)", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "author": "Noam Gal", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/www.haaretz.co.il\/*", "*:\/\/www.themarker.com\/*" ], "css": [ "haaretz.css" ], "js": [ "after.js" ] }, { "matches": [ "*:\/\/www.haaretz.co.il\/*", "*:\/\/www.themarker.com\/*" ], "js": [ "before.js" ], "run_at": "document_start" } ] } |