Fluid Simulation - Stress Reliever
Fluid Simulation helps with relaxation, stress relief, anxiety and pure enjoyment
Co to jest Fluid Simulation - Stress Reliever?
Fluid Simulation - Stress Reliever to rozszerzenie Chrome opracowane przez Bhupesh Singh, a jego główną funkcją jest „Fluid Simulation helps with relaxation, stress relief, anxiety and pure enjoyment”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Fluid Simulation - Stress Reliever
Pobierz pliki rozszerzeń Fluid Simulation - Stress Reliever w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Relax while you surf the web.
Clicking on the extension icon will quickly open a fluid window which you can play with :) Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | dlkcfbdmfhafkppclljenakmjebnhgen |
| Oficjalny URL | https://chromewebstore.google.com/detail/fluid-simulation-stress-r/dlkcfbdmfhafkppclljenakmjebnhgen |
| Opis | Fluid Simulation helps with relaxation, stress relief, anxiety and pure enjoyment |
| Rozmiar pliku | 78.76 KB |
| Liczba instalacji | 1,000 |
| Aktualna Wersja | 0.0.3 |
| Ostatnia Aktualizacja | 2024-01-31 |
| Data Publikacji | 2022-03-23 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | Bhupesh Singh |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://direct.me/bhupesh |
| Adres URL Strony Pomocy | https://direct.me/bhupesh |
| Obsługiwane Języki | 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"
]
} | |