Whispers
This extension will sometimes whisper your name, but only late at night.
什么是Whispers?
Whispers是由https://ianww.com开发的Chrome扩展程序,该扩展的主要功能是“This extension will sometimes whisper your name, but only late at night.”。
扩展截图
下载Whispers扩展crx文件
下载Whispers扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will sometimes whisper your name, but only late at night. 扩展基本信息
| 名称 | |
| ID | cnbiogmmebcodnfckkiipfjmdheklmkk |
| 官方URL | https://chromewebstore.google.com/detail/whispers/cnbiogmmebcodnfckkiipfjmdheklmkk |
| 简介 | This extension will sometimes whisper your name, but only late at night. |
| 文件大小 | 5.46 KB |
| 安装次数 | 14 |
| 当前版本 | 1.1.3 |
| 更新时间 | 2021-12-18 |
| 上架时间 | 2021-09-07 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | https://ianww.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.ianww.com/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Whispers",
"version": "1.1.3",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage"
]
} | |