Sounds of the rain
Sounds of the rain
O que é Sounds of the rain?
Sounds of the rain é uma extensão do Chrome desenvolvida por olbar, e sua principal característica é "Sounds of the rain".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Sounds of the rain
Baixe arquivos de extensão Sounds of the rain 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
Extension for relaxing, studying, working. 3 sounds of rain.
Informações Básicas da Extensão
Nome | Sounds of the rain |
ID | lkkkpcjloppajdnoflemfaodcmlajkai |
URL Oficial | https://chromewebstore.google.com/detail/sounds-of-the-rain/lkkkpcjloppajdnoflemfaodcmlajkai |
Descrição | Sounds of the rain |
Tamanho do Arquivo | 10.57 MB |
Contagem de Instalações | 99 |
Versão Atual | 1.0 |
Última Atualização | 2020-08-29 |
Data de Publicação | 2020-08-29 |
Classificação | 4.00/5 Total de 1 Avaliações |
Desenvolvedor | olbar |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } } |