Fluid Simulation - Stress Reliever
Fluid Simulation helps with relaxation, stress relief, anxiety and pure enjoyment
Hvad er Fluid Simulation - Stress Reliever?
Fluid Simulation - Stress Reliever er en Chrome-udvidelse udviklet af Bhupesh Singh, og dens hovedfunktion er "Fluid Simulation helps with relaxation, stress relief, anxiety and pure enjoyment".
Udvidelsesskærmbilleder
Download Fluid Simulation - Stress Reliever-udvidelses-CRX-fil
Download Fluid Simulation - Stress Reliever-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Relax while you surf the web.
Clicking on the extension icon will quickly open a fluid window which you can play with :) Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | dlkcfbdmfhafkppclljenakmjebnhgen |
| Officiel URL | https://chromewebstore.google.com/detail/fluid-simulation-stress-r/dlkcfbdmfhafkppclljenakmjebnhgen |
| Beskrivelse | Fluid Simulation helps with relaxation, stress relief, anxiety and pure enjoyment |
| Filstørrelse | 78.76 KB |
| Antal Installationer | 1,000 |
| Nuværende Version | 0.0.3 |
| Senest Opdateret | 2024-01-31 |
| Udgivelsesdato | 2022-03-23 |
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
| Udvikler | Bhupesh Singh |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://direct.me/bhupesh |
| Hjælpeside-URL | https://direct.me/bhupesh |
| Understøttede Sprog | 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"
]
} | |