Zen noise
Background noise to improve your productivity (rain and thunder, birds, cafe)
What is Zen noise?
Zen noise is a Chrome extension developed by Sakalou Aliaksei, and its main feature is "Background noise to improve your productivity (rain and thunder, birds, cafe)".
Extension Screenshots
Download Zen noise Extension CRX File
Download Zen noise 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
In the modern world it is very difficult to relax. This extension creates a pleasant background noise for work or relaxation.
Extension Basic Information
Name | |
ID | gglenjeeebfkpaocofnmbpcaafihhgpo |
Official URL | https://chrome.google.com/webstore/detail/zen-noise/gglenjeeebfkpaocofnmbpcaafihhgpo |
Description | Background noise to improve your productivity (rain and thunder, birds, cafe) |
File Size | 13.33 MB |
Installation Count | 309 |
Current Version | 1.0 |
Last Updated | 2019-05-10 |
Publish Date | 2019-05-10 |
Rating | 4.67/5 Total 6 Ratings |
Developer | Sakalou Aliaksei |
[email protected] | |
Payment Type | free |
Extension Website | https://zennoise.github.io |
Help Page URL | https://zennoise.github.io |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zen noise", "description": "Background noise to improve your productivity (rain and thunder, birds, cafe)", "version": "1.0", "author": "Sakalou Aliaksei", "homepage_url": "https:\/\/zennoise.github.io", "browser_action": { "default_icon": { "16": "images\/logo_16.png", "32": "images\/logo_32.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" }, "default_popup": "popup.html" }, "permissions": [ "background" ], "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "icons": { "16": "images\/logo_16.png", "32": "images\/logo_32.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" }, "offline_enabled": true } |