Control sound
This extension control all the sound in your page
什么是Control sound?
Control sound是由Pow-up开发的Chrome扩展程序,该扩展的主要功能是“This extension control all the sound in your page”。
下载Control sound扩展crx文件
下载Control sound扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | modfdbbnnkgkddgjinphbadkmkhhpgee |
| 官方URL | https://chromewebstore.google.com/detail/control-sound/modfdbbnnkgkddgjinphbadkmkhhpgee |
| 简介 | This extension control all the sound in your page |
| 文件大小 | 40.54 KB |
| 安装次数 | 10 |
| 当前版本 | 1.0 |
| 更新时间 | 2016-10-10 |
| 上架时间 | 2016-10-10 |
| 开发者 | Pow-up |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Control sound",
"description": "This extension control all the sound in your page",
"version": "1.0",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "Change volume"
},
"permissions": [
"activeTab",
"tabs",
"https:\/\/ajax.googleapis.com\/"
],
"content_scripts": [
{
"matches": [
" | |