Rainfall
Listen to the rain fall, storms and lightning.
Wat is Rainfall?
Rainfall is een Chrome-extensie ontwikkeld door jrobertlloyd, en de belangrijkste functie is "Listen to the rain fall, storms and lightning.".
Download het CRX-bestand van de extensie Rainfall
Download Rainfall-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | jbndmkpanbblfjkifjlacalfakhmapcb |
Officiële URL | https://chrome.google.com/webstore/detail/rainfall/jbndmkpanbblfjkifjlacalfakhmapcb |
Beschrijving | Listen to the rain fall, storms and lightning. |
Bestandsgrootte | 5.72 MB |
Aantal Installaties | 108 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2018-06-26 |
Publicatiedatum | 2018-06-26 |
Ontwikkelaar | jrobertlloyd |
Betalingswijze | free |
Ondersteunde Talen | 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 } |