Fluid Simulation - Stress Reliever
Fluid Simulation helps with relaxation, stress relief, anxiety and pure enjoyment
Cos'è Fluid Simulation - Stress Reliever?
Fluid Simulation - Stress Reliever è un'estensione di Chrome sviluppata da Bhupesh Singh, e la sua funzione principale è "Fluid Simulation helps with relaxation, stress relief, anxiety and pure enjoyment".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fluid Simulation - Stress Reliever
Scarica i file di estensione Fluid Simulation - Stress Reliever in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Relax while you surf the web.
Clicking on the extension icon will quickly open a fluid window which you can play with :) Informazioni di Base sull'Estensione
| Nome | |
| ID | dlkcfbdmfhafkppclljenakmjebnhgen |
| URL Ufficiale | https://chromewebstore.google.com/detail/fluid-simulation-stress-r/dlkcfbdmfhafkppclljenakmjebnhgen |
| Descrizione | Fluid Simulation helps with relaxation, stress relief, anxiety and pure enjoyment |
| Dimensione del File | 78.76 KB |
| Conteggio Installazioni | 1,000 |
| Versione Corrente | 0.0.3 |
| Ultimo Aggiornamento | 2024-01-31 |
| Data di Pubblicazione | 2022-03-23 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | Bhupesh Singh |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://direct.me/bhupesh |
| URL della Pagina di Aiuto | https://direct.me/bhupesh |
| Lingue Supportate | 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"
]
} | |