Sounds of the rain

Sounds of the rain

Cos'è Sounds of the rain?

Sounds of the rain è un'estensione di Chrome sviluppata da olbar, e la sua funzione principale è "Sounds of the rain".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Sounds of the rain

Scarica i file di estensione Sounds of the rain in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Extension for relaxing, studying, working. 3 sounds of rain.                    

Informazioni di Base sull'Estensione

Nome Sounds of the rain Sounds of the rain
ID lkkkpcjloppajdnoflemfaodcmlajkai
URL Ufficiale https://chromewebstore.google.com/detail/sounds-of-the-rain/lkkkpcjloppajdnoflemfaodcmlajkai
Descrizione Sounds of the rain
Dimensione del File 10.57 MB
Conteggio Installazioni 99
Versione Corrente 1.0
Ultimo Aggiornamento 2020-08-29
Data di Pubblicazione 2020-08-29
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore olbar
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
    }
}