Sounds of the rain
Sounds of the rain
What is Sounds of the rain?
Sounds of the rain is a Chrome extension developed by olbar, and its main feature is "Sounds of the rain".
Extension Screenshots
Download Sounds of the rain Extension CRX File
Download Sounds of the rain 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
Extension for relaxing, studying, working. 3 sounds of rain.
Extension Basic Information
Name | Sounds of the rain |
ID | lkkkpcjloppajdnoflemfaodcmlajkai |
Official URL | https://chromewebstore.google.com/detail/sounds-of-the-rain/lkkkpcjloppajdnoflemfaodcmlajkai |
Description | Sounds of the rain |
File Size | 10.57 MB |
Installation Count | 99 |
Current Version | 1.0 |
Last Updated | 2020-08-29 |
Publish Date | 2020-08-29 |
Rating | 4.00/5 Total 1 Ratings |
Developer | olbar |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sounds of the rain", "description": "Sounds of the rain", "version": "1.0", "manifest_version": 2, "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_icon": "icon16.png" }, "background": { "scripts": [ "rain.js" ], "persistent": true } } |