Fluid Simulation - Stress Reliever

Fluid Simulation helps with relaxation, stress relief, anxiety and pure enjoyment

Vad är Fluid Simulation - Stress Reliever?

Fluid Simulation - Stress Reliever är en Chrome-tillägg utvecklad av Bhupesh Singh, och dess huvudfunktion är "Fluid Simulation helps with relaxation, stress relief, anxiety and pure enjoyment".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Fluid Simulation - Stress Reliever-förlängningens CRX-fil

Ladda ner Fluid Simulation - Stress Reliever-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Relax while you surf the web. 

Clicking on the extension icon will quickly open a fluid window which you can play with :)                    

Grundläggande Information om Tillägg

Namn Fluid Simulation - Stress Reliever Fluid Simulation - Stress Reliever
ID dlkcfbdmfhafkppclljenakmjebnhgen
Officiell webbadress https://chromewebstore.google.com/detail/fluid-simulation-stress-r/dlkcfbdmfhafkppclljenakmjebnhgen
Beskrivning Fluid Simulation helps with relaxation, stress relief, anxiety and pure enjoyment
Filstorlek 78.76 KB
Antal Installationer 1,000
Aktuell Version 0.0.3
Senast Uppdaterad 2024-01-31
Publiceringsdatum 2022-03-23
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Bhupesh Singh
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://direct.me/bhupesh
Hjälpsida URL https://direct.me/bhupesh
Stödda Språk 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"
    ]
}