Fluid Simulation - Stress Reliever
Fluid Simulation helps with relaxation, stress relief, anxiety and pure enjoyment
Fluid Simulation - Stress Relieverとは何ですか?
Fluid Simulation - Stress RelieverはBhupesh Singhによって開発されたChromeの拡張機能で、その主な機能は「Fluid Simulation helps with relaxation, stress relief, anxiety and pure enjoyment」です。
拡張機能のスクリーンショット
Fluid Simulation - Stress Reliever拡張機能のCRXファイルをダウンロード
Fluid Simulation - Stress Reliever拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Relax while you surf the web. Clicking on the extension icon will quickly open a fluid window which you can play with :)
拡張機能の基本情報
名前 | Fluid Simulation - Stress Reliever |
ID | dlkcfbdmfhafkppclljenakmjebnhgen |
公式URL | https://chromewebstore.google.com/detail/fluid-simulation-stress-r/dlkcfbdmfhafkppclljenakmjebnhgen |
説明 | Fluid Simulation helps with relaxation, stress relief, anxiety and pure enjoyment |
ファイルサイズ | 78.76 KB |
インストール数 | 1,000 |
現在のバージョン | 0.0.3 |
最終更新日 | 2024-01-31 |
公開日 | 2022-03-23 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Bhupesh Singh |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://direct.me/bhupesh |
ヘルプページのURL | https://direct.me/bhupesh |
対応言語 | 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" ] } |