Fluid Simulation - Stress Reliever
Fluid Simulation helps with relaxation, stress relief, anxiety and pure enjoyment
Что такое Fluid Simulation - Stress Reliever?
Fluid Simulation - Stress Reliever - это расширение Chrome, разработанное Bhupesh Singh, и его основная функция - "Fluid Simulation helps with relaxation, stress relief, anxiety and pure enjoyment".
Снимки экрана расширения
Скачать файл CRX расширения Fluid Simulation - Stress Reliever
Скачайте файлы расширений Fluid Simulation - Stress Reliever в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Relax while you surf the web.
Clicking on the extension icon will quickly open a fluid window which you can play with :) Основная информация о расширении
| Название | |
| ID | dlkcfbdmfhafkppclljenakmjebnhgen |
| Официальный URL | https://chromewebstore.google.com/detail/fluid-simulation-stress-r/dlkcfbdmfhafkppclljenakmjebnhgen |
| Описание | Fluid Simulation helps with relaxation, stress relief, anxiety and pure enjoyment |
| Размер файла | 78.76 KB |
| Количество установок | 1,000 |
| Текущая Версия | 0.0.3 |
| Последнее Обновление | 2024-01-31 |
| Дата публикации | 2022-03-23 |
| Рейтинг | 5.00/5 Всего 2 оценок |
| Разработчик | Bhupesh Singh |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://direct.me/bhupesh |
| URL страницы помощи | https://direct.me/bhupesh |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Fluid Simulation - Stress Reliever",
"version": "0.0.3",
"manifest_version": 3,
"description": "Fluid Simulation helps with relaxation, stress relief, anxiety and pure enjoyment",
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/logo\/splash-16.png",
"32": "\/images\/logo\/splash-32.png",
"48": "\/images\/logo\/splash-48.png",
"128": "\/images\/logo\/splash-128.png"
}
},
"icons": {
"16": "\/images\/logo\/splash-16.png",
"32": "\/images\/logo\/splash-32.png",
"48": "\/images\/logo\/splash-48.png",
"128": "\/images\/logo\/splash-128.png"
},
"options_page": "about.html",
"permissions": [
"storage"
]
} | |