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 :) 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
]
} | |