Rainfall
Listen to the rain fall, storms and lightning.
What is Rainfall?
Rainfall is a Chrome extension developed by jrobertlloyd, and its main feature is "Listen to the rain fall, storms and lightning.".
Download Rainfall Extension CRX File
Download Rainfall 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 soothing sounds of rain, lightning, nature and storms while doing work or browsing the web. Press it once to play, press it again to pause.
Extension Basic Information
Name | |
ID | jbndmkpanbblfjkifjlacalfakhmapcb |
Official URL | https://chrome.google.com/webstore/detail/rainfall/jbndmkpanbblfjkifjlacalfakhmapcb |
Description | Listen to the rain fall, storms and lightning. |
File Size | 5.72 MB |
Installation Count | 108 |
Current Version | 1.0 |
Last Updated | 2018-06-26 |
Publish Date | 2018-06-26 |
Developer | jrobertlloyd |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rainfall", "description": "Listen to the rain fall, storms and lightning.", "version": "1.0", "author": "James Lloyd", "icons": { "128": "images\/rain128.png", "48": "images\/rain32.png" }, "browser_action": { "default_icon": { "38": "images\/rain32.png" } }, "background": { "scripts": [ "rain.js" ] }, "offline_enabled": true } |