Volume Adjuster

Used to adjust the volume of html audio/video tags

什么是Volume Adjuster?

Volume Adjuster是由giomrella开发的Chrome扩展程序,该扩展的主要功能是“Used to adjust the volume of html audio/video tags”。

扩展截图

screenshot
screenshot
screenshot

下载Volume Adjuster扩展crx文件

下载Volume Adjuster扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A simple extension to mute or adjust the volume of audio or video tags on the current tab. This is especially useful for adjusting an individual's audio on group video calls, or when you can't find that ad on a page talking over your video. Give it a try!                    

扩展基本信息

名称 Volume Adjuster Volume Adjuster
ID jodboiahhplamjcpimpdbealafbjcjab
官方URL https://chromewebstore.google.com/detail/volume-adjuster/jodboiahhplamjcpimpdbealafbjcjab
简介 Used to adjust the volume of html audio/video tags
文件大小 16.17 KB
安装次数 141
当前版本 0.0.0.1
更新时间 2020-12-11
上架时间 2020-12-11
开发者 giomrella
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/giomrella/volume-adjuster-extension
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Volume Adjuster",
    "description": "Used to adjust the volume of html audio\/video tags",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "volume.png"
        }
    },
    "manifest_version": 2,
    "version": "0.0.0.1",
    "icons": {
        "48": "volume.png"
    }
}