Volume Adjuster
Used to adjust the volume of html audio/video tags
What is Volume Adjuster?
Volume Adjuster is a Chrome extension developed by giomrella, and its main feature is "Used to adjust the volume of html audio/video tags".
Extension Screenshots
Download Volume Adjuster Extension CRX File
Download Volume Adjuster extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Volume Adjuster |
ID | jodboiahhplamjcpimpdbealafbjcjab |
Official URL | https://chromewebstore.google.com/detail/volume-adjuster/jodboiahhplamjcpimpdbealafbjcjab |
Description | Used to adjust the volume of html audio/video tags |
File Size | 16.17 KB |
Installation Count | 141 |
Current Version | 0.0.0.1 |
Last Updated | 2020-12-11 |
Publish Date | 2020-12-11 |
Developer | giomrella |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/giomrella/volume-adjuster-extension |
Supported Languages | 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" } } |