Sounds Plus
Add sound effects to Google Chrome with Sounds Plus!
什么是Sounds Plus?
Sounds Plus是由Martin Nester开发的Chrome扩展程序,该扩展的主要功能是“Add sound effects to Google Chrome with Sounds Plus!”。
扩展截图
下载Sounds Plus扩展crx文件
下载Sounds Plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Web browsing can be so quiet and boring. Have some fun with sound effects. With Sounds Plus you can add sound effects the many events, such as creating a new tab, or pasting text. This extension will change your web browsing experience. 扩展基本信息
| 名称 | |
| ID | hplkfmjhkdpbiekddokeabgcbpoffoee |
| 官方URL | https://chromewebstore.google.com/detail/sounds-plus/hplkfmjhkdpbiekddokeabgcbpoffoee |
| 简介 | Add sound effects to Google Chrome with Sounds Plus! |
| 文件大小 | 4.01 MB |
| 安装次数 | 479 |
| 当前版本 | 1.0 |
| 更新时间 | 2021-01-28 |
| 上架时间 | 2021-01-28 |
| 评分 | 4.17/5 共6次评分 |
| 开发者 | Martin Nester |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Sounds Plus",
"version": "1.0",
"description": "Add sound effects to Google Chrome with Sounds Plus!",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"64": "icons\/icon64.png"
},
"browser_action": {
"default_popup": "popup.html"
},
"author": "Martin",
"background": {
"persistent": false,
"scripts": [
"background.js",
"jquery.js"
]
},
"content_scripts": [
{
"js": [
"jquery.js",
"content.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"offline_enabled": true,
"permissions": [
"storage"
],
"web_accessible_resources": [
"sounds\/*"
]
} | |