Sounds of the rain

Sounds of the rain

Что такое Sounds of the rain?

Sounds of the rain - это расширение Chrome, разработанное olbar, и его основная функция - "Sounds of the rain".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Sounds of the rain

Скачайте файлы расширений Sounds of the rain в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Sounds of the rain Sounds of the rain
ID lkkkpcjloppajdnoflemfaodcmlajkai
Официальный URL https://chromewebstore.google.com/detail/sounds-of-the-rain/lkkkpcjloppajdnoflemfaodcmlajkai
Описание Sounds of the rain
Размер файла 10.57 MB
Количество установок 99
Текущая Версия 1.0
Последнее Обновление 2020-08-29
Дата публикации 2020-08-29
Рейтинг 4.00/5 Всего 1 оценок
Разработчик olbar
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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
    }
}