Sounds of the rain
Sounds of the rain
Wat is Sounds of the rain?
Sounds of the rain is een Chrome-extensie ontwikkeld door olbar, en de belangrijkste functie is "Sounds of the rain".
Extensie Screenshots
Download het CRX-bestand van de extensie Sounds of the rain
Download Sounds of the rain-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
Extension for relaxing, studying, working. 3 sounds of rain. Basisinformatie over de Extensie
| Naam | |
| ID | lkkkpcjloppajdnoflemfaodcmlajkai |
| Officiële URL | https://chromewebstore.google.com/detail/sounds-of-the-rain/lkkkpcjloppajdnoflemfaodcmlajkai |
| Beschrijving | Sounds of the rain |
| Bestandsgrootte | 10.57 MB |
| Aantal Installaties | 99 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2020-08-29 |
| Publicatiedatum | 2020-08-29 |
| Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | olbar |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
}
} | |