Rain Mood
Listen to the sound of rain to improve productivity and relax.
What is Rain Mood?
Rain Mood is a Chrome extension developed by appsbylm, and its main feature is "Listen to the sound of rain to improve productivity and relax.".
Extension Screenshots
Download Rain Mood Extension CRX File
Download Rain Mood 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
Listen to the sound of rain to stimulate creativity, improve productivity and relax. This Chrome Extension plays the sound of rain for you while you do stuff. How to: 1. Click on the icon to play the sound. 2. Click on the icon again to pause the sound.
Extension Basic Information
Name | |
ID | doddebbgnlccjopldenafhodlenoibfd |
Official URL | https://chrome.google.com/webstore/detail/rain-mood/doddebbgnlccjopldenafhodlenoibfd |
Description | Listen to the sound of rain to improve productivity and relax. |
File Size | 1.15 MB |
Installation Count | 436 |
Current Version | 1.0 |
Last Updated | 2019-09-07 |
Publish Date | 2019-09-06 |
Rating | 5.00/5 Total 4 Ratings |
Developer | appsbylm |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rain Mood", "version": "1.0", "description": "Listen to the sound of rain to improve productivity and relax.", "manifest_version": 2, "permissions": [ "contextMenus" ], "browser_action": { "default_title": "Hello darkness my old friend..." }, "icons": { "16": "icon16norain.png", "128": "icon128rain.png" }, "background": { "scripts": [ "background.js" ], "persistent": true } } |