Rainfall

Listen to the rain fall, storms and lightning.

¿Qué es Rainfall?

Rainfall es una extensión de Chrome desarrollada por jrobertlloyd, y su función principal es "Listen to the rain fall, storms and lightning.".

Descargar Archivo CRX de la Extensión Rainfall

Descarga archivos de extensión Rainfall en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Rainfall Rainfall
ID jbndmkpanbblfjkifjlacalfakhmapcb
URL Oficial https://chrome.google.com/webstore/detail/rainfall/jbndmkpanbblfjkifjlacalfakhmapcb
Descripción Listen to the rain fall, storms and lightning.
Tamaño del Archivo 5.72 MB
Cantidad de Instalaciones 108
Versión Actual 1.0
Última Actualización 2018-06-26
Fecha de Publicación 2018-06-26
Desarrollador jrobertlloyd
Tipo de Pago free
Idiomas Soportados 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
}