Rainfall

Listen to the rain fall, storms and lightning.

O que é Rainfall?

Rainfall é uma extensão do Chrome desenvolvida por jrobertlloyd, e sua principal característica é "Listen to the rain fall, storms and lightning.".

Baixar o arquivo CRX da Extensão Rainfall

Baixe arquivos de extensão Rainfall no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Rainfall Rainfall
ID jbndmkpanbblfjkifjlacalfakhmapcb
URL Oficial https://chrome.google.com/webstore/detail/rainfall/jbndmkpanbblfjkifjlacalfakhmapcb
Descrição Listen to the rain fall, storms and lightning.
Tamanho do Arquivo 5.72 MB
Contagem de Instalações 108
Versão Atual 1.0
Última Atualização 2018-06-26
Data de Publicação 2018-06-26
Desenvolvedor jrobertlloyd
Tipo de Pagamento free
Idiomas Suportados 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
}