Sounds of the rain

Sounds of the rain

Qu'est-ce que Sounds of the rain ?

Sounds of the rain est une extension Chrome développée par olbar, et sa fonction principale est "Sounds of the rain".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Sounds of the rain

Téléchargez les fichiers d'extension Sounds of the rain au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Sounds of the rain Sounds of the rain
ID lkkkpcjloppajdnoflemfaodcmlajkai
URL Officiel https://chromewebstore.google.com/detail/sounds-of-the-rain/lkkkpcjloppajdnoflemfaodcmlajkai
Description Sounds of the rain
Taille du Fichier 10.57 MB
Nombre d'Installations 99
Version Actuelle 1.0
Dernière Mise à Jour 2020-08-29
Date de Publication 2020-08-29
Évaluation 4.00/5 Total 1 Évaluations
Développeur olbar
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
    }
}