Rain Mood

Listen to the sound of rain to improve productivity and relax.

Wat is Rain Mood?

Rain Mood is een Chrome-extensie ontwikkeld door appsbylm, en de belangrijkste functie is "Listen to the sound of rain to improve productivity and relax.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Rain Mood

Download Rain Mood-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 sound of rain to stimulate creativity, improve productivity and relax.
This Chrome Extension plays the sound of rain for you while you do stuff.

How to:
1. Click on the icon to play the sound.
2. Click on the icon again to pause the sound.                    

Basisinformatie over de Extensie

Naam Rain Mood Rain Mood
ID doddebbgnlccjopldenafhodlenoibfd
Officiële URL https://chrome.google.com/webstore/detail/rain-mood/doddebbgnlccjopldenafhodlenoibfd
Beschrijving Listen to the sound of rain to improve productivity and relax.
Bestandsgrootte 1.15 MB
Aantal Installaties 436
Huidige Versie 1.0
Laatst Bijgewerkt 2019-09-07
Publicatiedatum 2019-09-06
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar appsbylm
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rain Mood",
    "version": "1.0",
    "description": "Listen to the sound of rain to improve productivity and relax.",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "browser_action": {
        "default_title": "Hello darkness my old friend..."
    },
    "icons": {
        "16": "icon16norain.png",
        "128": "icon128rain.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}