Sounds of the rain
Sounds of the rain
Was ist Sounds of the rain?
Sounds of the rain ist eine Chrome-Erweiterung, die von olbar entwickelt wurde, und ihr Hauptmerkmal ist "Sounds of the rain".
Erweiterungsscreenshots
Sounds of the rain-Erweiterungs-CRX-Datei herunterladen
Laden Sie Sounds of the rain-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Extension for relaxing, studying, working. 3 sounds of rain.
Grundlegende Informationen zur Erweiterung
Name | Sounds of the rain |
ID | lkkkpcjloppajdnoflemfaodcmlajkai |
Offizielle URL | https://chromewebstore.google.com/detail/sounds-of-the-rain/lkkkpcjloppajdnoflemfaodcmlajkai |
Beschreibung | Sounds of the rain |
Dateigröße | 10.57 MB |
Installationsanzahl | 99 |
Aktuelle Version | 1.0 |
Letztes Update | 2020-08-29 |
Veröffentlichungsdatum | 2020-08-29 |
Bewertung | 4.00/5 Insgesamt 1 Bewertungen |
Entwickler | olbar |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } } |