Sounds of the rain

Sounds of the rain

Co je Sounds of the rain?

Sounds of the rain je rozšíření Chrome vyvinuté olbar, a jeho hlavní funkcí je „Sounds of the rain“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Sounds of the rain

Stáhněte si soubory rozšíření Sounds of the rain ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Sounds of the rain Sounds of the rain
ID lkkkpcjloppajdnoflemfaodcmlajkai
Oficiální URL https://chromewebstore.google.com/detail/sounds-of-the-rain/lkkkpcjloppajdnoflemfaodcmlajkai
Popis Sounds of the rain
Velikost souboru 10.57 MB
Počet instalací 99
Aktuální Verze 1.0
Poslední Aktualizace 2020-08-29
Datum Vydání 2020-08-29
Hodnocení 4.00/5 Celkem 1 Hodnocení
Vývojář olbar
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
    }
}