Fluid Simulation - Stress Reliever
Fluid Simulation helps with relaxation, stress relief, anxiety and pure enjoyment
Was ist Fluid Simulation - Stress Reliever?
Fluid Simulation - Stress Reliever ist eine Chrome-Erweiterung, die von Bhupesh Singh entwickelt wurde, und ihr Hauptmerkmal ist "Fluid Simulation helps with relaxation, stress relief, anxiety and pure enjoyment".
Erweiterungsscreenshots
Fluid Simulation - Stress Reliever-Erweiterungs-CRX-Datei herunterladen
Laden Sie Fluid Simulation - Stress Reliever-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Relax while you surf the web. Clicking on the extension icon will quickly open a fluid window which you can play with :)
Grundlegende Informationen zur Erweiterung
Name | Fluid Simulation - Stress Reliever |
ID | dlkcfbdmfhafkppclljenakmjebnhgen |
Offizielle URL | https://chromewebstore.google.com/detail/fluid-simulation-stress-r/dlkcfbdmfhafkppclljenakmjebnhgen |
Beschreibung | Fluid Simulation helps with relaxation, stress relief, anxiety and pure enjoyment |
Dateigröße | 78.76 KB |
Installationsanzahl | 1,000 |
Aktuelle Version | 0.0.3 |
Letztes Update | 2024-01-31 |
Veröffentlichungsdatum | 2022-03-23 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Bhupesh Singh |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://direct.me/bhupesh |
Hilfeseite URL | https://direct.me/bhupesh |
Unterstützte Sprachen | 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" ] } |